input prompt not showing up in python 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)