hi~~~

laotseu bdesth at nospam.free.fr
Sun Aug 18 15:36:43 EDT 2002


ÙâÙâºõºõ wrote:
> i am learning python!
> 
> 


try this one :

# file useless_msg.py
def useless_msg():
     print 'hi, I'm learning Python !'

def main():
     while(1)
         useless_msg()

if __name__ == '__main__':
     main()


$ python useless_msg.py



laotseu




More information about the Python-list mailing list