Почему мой вход Python принимает входные входы

username = raw_input("Type you username: ")
print("Welcome " + username)
Frightened Flamingo