Fix this python code:
myname = input("please enter your name")
myage = int(input(please enter your age"))
print("your name is ", myname, "your age is", myage)
If(myage >18):
print("Your ages tells people that you are an adult", myage)
else:
print("Your ages tells people that you are a child", myage)
print("The program has finished")
Answers
Answered by
0
Answer:
don't know......... ....
Similar questions