Re: SV: Running test01.py under Windows (basic level)
- From: "Gabriel Genellina" <gagsl-py2@xxxxxxxxxxxx>
- Date: Fri, 29 Feb 2008 04:07:47 -0200
En Fri, 29 Feb 2008 02:38:04 -0200, K Viltersten <tmp1@xxxxxxxxxxxxxx> escribió:
def bloppA ():
print "a very advanced piece of code"
go to File -> Open, open your saved file,
and use the Run menu (or press F5).
When i try that i get this.
====== RESTART =======
And nothing more. Do i use wrong "print"?!
You *defined* a function, but aren't *executing* it. Append a line:
bloppA()
and try again.
--
Gabriel Genellina
.
- References:
- Running test01.py under Windows (basic level)
- From: K Viltersten
- Re: Running test01.py under Windows (basic level)
- From: Gabriel Genellina
- SV: Running test01.py under Windows (basic level)
- From: K Viltersten
- Running test01.py under Windows (basic level)
- Prev by Date: Re: SV: Running test01.py under Windows (basic level)
- Next by Date: Re: Problems Generating HTML With pydoc
- Previous by thread: SV: Running test01.py under Windows (basic level)
- Next by thread: Python app at startup!
- Index(es):