how to stop auto displaying the result taken from input () in pytthon 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)