Output: 100
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Problem is the function of AA arg why kept function in A arg? What reason??
CodePudding user response:
Def A (arg) :
Def AA () :
Print (' arg - 'arg)
The return of AA
Print (' AA - 'AA)
A=a (100)
Print ((a))
Shows the result is in the loop of arg, retrun AA after the print without execution
CodePudding user response: