5.Write the output of the following programon execution if x = 90,
2
if x>60:
if x>25:
print (ok)
Answers
Answered by
1
Answer:
syntax error
ok is not defined anywhere
Similar questions