[Tutor] Some questions about my yen-USD.py

Danny Yoo dyoo at hkn.eecs.berkeley.edu
Thu Sep 7 16:16:46 CEST 2006


Hi Dick,

I'm looking at the last part of the main() function:

#################
def main():
     while True:
         ...
         again()
         if again:
             break
#################

This looks a little suspicious.  What does the again() function do, and is 
it supposed to return a value?


More information about the Tutor mailing list