Answered You can hire a professional tutor to get the answer.
print(quot;Welcome to the get to know you programquot;) name = input(quot;What is your name? quot;) age = int(input(quot;What is your age?
print("Welcome to the get to know you program")
name = input("What is your name? ")
age = int(input("What is your age? "))
if age>=16:
print("You can drive a car!")
print(name)
print("Nice to meet you!")
IT keeps closing after I enter my age
I am using Notepadd++