Skip to content
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
Clone this wiki locally