username = raw_input("Type you username: ") print("Welcome " + username)
username= input("Enter your username: ") print ("Hello there " + username)