Exit Python Terminal
Ctrl+d or exit()
Blacksmith Plover
Ctrl+d or exit()
inp = input("TYPE YOUR NAME: ")
print("NICE TO MEET YOU "+ inp)
exit(0)