Saved Bookmarks
| 1. |
Write the output of the following program on execution if x=50x=50if x>10:if x>25:print('ok')if x>60:print('good')elif x>40:print("average")else:print('no output') |
| Answer» | |