Question: Moving to another question will save this response. estion 9 Select the correct way to take the integer variable age as an input given by
Moving to another question will save this response. estion 9 Select the correct way to take the integer variable age as an input given by the user: age=input("Enter here your age as an integer: ")) age = int(input("Enter here your age: ")) age = str(input("Enter here your age: ")) age = float(input("Enter here your age: ")) hp
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
