Thread: a function loop
View Single Post
Old Mar 6th, 2005, 9:48 PM   #1
arod199113
Programmer
 
arod199113's Avatar
 
Join Date: Feb 2005
Posts: 86
Rep Power: 0 arod199113 is an unknown quantity at this point
a function loop

i call this a function loop
if there is another name for it please tell me
#a "function" loop
def hi():
    print "hi"
    hi()
hi()
arod199113 is offline   Reply With Quote