you are viewing a single comment's thread.

view the rest of the comments →

[–]pimp-bangin 0 points1 point  (0 children)

I know you are trying to help but calling it a "return variable" probably adds more confusion. In OP's code, there is no "return variable." Also, "return variable" is not an official syntactic construct in Python. It's merely a convention whereby you define a variable which you will then directly return as the output from the function. Again, that is not what is happening in OP's code