lundi 24 août 2015

How would I make what the user typed for else into varible/input thanks in advance

else=(x = raw_input("Enter\n")):
    print(x)

I have tried doing this basing it off of the correct statement...

x = raw_input("Enter\n")
print(x)

Aucun commentaire:

Enregistrer un commentaire