Saved Bookmarks
| 1. |
C. Numbersa.b.CWhich of the following is correct to take input of age from the user in integer form?age=input("Enter your age")age= int(input("Enter your age"))age =input(int("Enter your age")) |
|
Answer» Question: Answer:
|
|