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:

  • Which of the following is correct to TAKE INPUT of AGE from the USER in integer form?

Answer:

  • OPTION B: age= int(input("Enter your age"))


Discussion

No Comment Found