Changes

Jump to: navigation, search

OPS435 Python Lab 3

88 bytes added, 14:53, 30 May 2017
PART 1 - Using Functions
print('Inside a Function')
</source>
:#Now that our function was created, we can use it over and over. To execute the code inside the function, run the function name with "'''()'''" '''brackets''' at the end of the function name.<br>Try running the '''hello()''' function by name three times by issuing the following:<source>
hello()
hello()
13,420
edits

Navigation menu