Wednesday, June 29, 2011

Python function
Sample program

def calc():
print('Welcome')
calc()
calc()
calc()

No comments:

Post a Comment