Computer Science, asked by moon123494, 2 months ago

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 hs20369
0

Answer:

b

hope it helps you

age = int( input ("Enter your age")

Similar questions