input("Enter string:") not working 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)