[Tutor] RUNNING A PROGRAM

WM WFERGUSON1 at SOCAL.RR.COM
Mon Oct 20 01:17:52 CEST 2008


a = "Futzenburgerstein"
b = ( 7 + 2 ) / 3
c = b / 2
print a, b, c

The above text was copied from a window named
"??futz.py-C:\Python26\futz.py"  The ?? is two red
script characters which I cannot read.  When I go
'F5' or Run > Run Module I get kicked back into IDLE.
Shouldn't 'F5' get me a window with a, b & c printed
all in a row?



More information about the Tutor mailing list