here is my code, very simple so I can see if I understand it correctly;
def func1():
print "This is my first "
def func2():
print"this is my second"
print func1
print func2
---------------------------------------------------------------------
Should it not print out the func1 print line as well as the func2 print line. Sorry guys I know this is newbie stuff and dont mean to post stupid questions but any help in understanding defining would be great.
This post has been edited by atraub: 10 October 2012 - 06:55 AM
Reason for edit:: added code tags

New Topic/Question
Reply




MultiQuote



|