could someone point out to me the reason the new command wizard for python, has...?
null = None
false = 0
true = 1
is this purely to make it easy for me? does python not understand true and false as 1 and 0 automatically?
also should i put my module imports outside my function's scope? there is your typical win32com.client imports being called at the top of the generated code. should i go ahead and put my xml parser module up there? or should i keep it in my function's scope?
btw i am having more fun now
steven