[Tutor] (no subject)

Ignacio Vazquez-Abrams ignacio@openservices.net
Tue, 28 Aug 2001 15:28:03 -0400 (EDT)


On Tue, 28 Aug 2001, melvin2001 wrote:

> i commented out a few of the options because i didn't want to take the time
to define them yet and i'm gonna add a menu option for exit next :-) and im
gonna try that little menu thing thanks to ignacio.....you guys are great
thanks for the help lol i'll be sure to ask you guys lots of questions

Instead of commenting them out, you can define the functions as follows:

---
def square_area():
  pass
---

That way you can do a search for "pass" in your editor and find really quickly
what functions need to be fleshed out.

Also, if you're going to ask more questions, please send the message as
text-only. If it's good enough for the Python interpreter, then it's good
enough for you ;)

-- 
Ignacio Vazquez-Abrams  <ignacio@openservices.net>