You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeison Jair Vargas Flórez edited this page Mar 6, 2015
·
1 revision
Welcome to the Programming wiki!
List:
For Python 2.6 you must to use raw_input('Write something') for inputs by keyboard. If you use input('Write something') this error will show you: Unexpected EOF while parsing
For Python 3.4 you must to use input('Write somethig') for inputs by keyboard. If you use raw_input('Write something') this error will show you: raw_input('Write something') is not defined