Changes

Jump to: navigation, search

OPS435 Python Lab 7

17 bytes added, 14:28, 5 July 2018
Local Scope
# Note that you cannot make any of the following print() functions work because neither of
# the variables '''a''' exist in this scope (outside the function where they were defined):
a = 'Andrew 500'
print(a)
function1()
198
edits

Navigation menu