Name input Get link Facebook X Pinterest Email Other Apps July 12, 2022 name = input("Enter your name: ") print("Hello, " + name + ". Nice to meet you!") print("\nPress Enter to end the program.") input() print("THE END.") Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment