# You say it's down there, but I haven't gotten there yet! pyth_test(1,2) # Our function is pulled in here from myfunction import pyth_test Now let's see what happens: $ python program.py Traceback (most recent call last): File "program.py", line 3, in pyth_test(1,2) NameError: name 'pyth_test' is not definedMore @Wikipedia
Hover over any link to get a description of the article. Please note that search keywords are sometimes hidden within the full article and don't appear in the description or title.