Cambios de Python 1 a Python 2
print "hello world" print("hello world")
raw input('What is your name?') input('What is your name?')
rint "hello world" print("hello world")
raw input('What is your name?') input('What is your name?')
Cambios de Python 1 a Python 2
print "hello world" print("hello world")
your name?') input('What is your name?')