import time name = input("Enter your Name here ") surname = input("Enter your Surname here ") print("Thinking...") time.sleep(2) print("Almost done") time.sleep(1.5) print("sorry, I'm lagging lol") time.sleep(1.5) print("Nice to meet you") print(name + " " + surname) # Made by Tristan, only for the eyes of Mr, Ronowicz... ( and me :P)