Can you do something like the following:
nombre = raw_input("cual es tu nombre?")
so that it takes the user's response from a textfield
or from the console?
Can you do something like the following:
nombre = raw_input("cual es tu nombre?")
so that it takes the user's response from a textfield
or from the console?