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++