[Tutor] RUNNING A PROGRAM
Alan Gauld
alan.gauld at btinternet.com
Mon Oct 20 11:58:01 CEST 2008
"WM" <WFERGUSON1 at SOCAL.RR.COM> wrote
>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?
The output should appear in the shell window.
Alan G
More information about the Tutor
mailing list