number = input("Enter a non-negative integer: ")
Whenever I try to run this, I get en EOF error. I'm using Sublime Text 2 and Python 2.6.1. The funny thing is that when I ran this in my terminal, it worked fine.
number = input("Enter a non-negative integer: ")
Whenever I try to run this, I get en EOF error. I'm using Sublime Text 2 and Python 2.6.1. The funny thing is that when I ran this in my terminal, it worked fine.