Open main menu

CDOT Wiki β

Changes

OPS435 Python Lab 3

82 bytes added, 14:52, 30 May 2017
PART 1 - Using Functions
print('Inside a Function')
</source>
:#Now that our function is 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.:Try running the hello() function by name three times by issuing the following:<source>
hello()
hello()
13,420
edits