3.
a.
Which of the following is correct to take input of age from the user in integer form?
a. age=input("Enter your age")
b. age= int(input("Enter your age”))
c. age =input(int("Enter your age"))
Answers
Answered by
0
Answer:
b
hope it helps you
age = int( input ("Enter your age")
Similar questions