python how to change functions when input is enter code example
Example: why wont my python input accept string inputs
username = raw_input("Type you username: ")
print("Welcome " + username)
username = raw_input("Type you username: ")
print("Welcome " + username)