Mengapa Input Python Saya Tidak Menerima Input String

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