Hi All,
On my wife's 2012 Macbook Air I'm trying to finish up a python problem set, but every time I run a script it IDLE hangs on raw_input().
At first I thought it was me, but I used the professor's solution and that hung too.
Ex:
number = float(raw_input("Enter a number: "))
print number
will output in IDLE:
Enter a number:
then just spinning pinwheel and no way to enter anything. Thoughts?
thanks in advance for your help!
On my wife's 2012 Macbook Air I'm trying to finish up a python problem set, but every time I run a script it IDLE hangs on raw_input().
At first I thought it was me, but I used the professor's solution and that hung too.
Ex:
number = float(raw_input("Enter a number: "))
print number
will output in IDLE:
Enter a number:
then just spinning pinwheel and no way to enter anything. Thoughts?
thanks in advance for your help!