Open main menu

CDOT Wiki β

Changes

OPS435 Python Lab 3

1 byte added, 04:11, 30 May 2017
PART 1 - Using Functions
print('Hello World')
print('Inside a Function')
</source>
:#Now that our function is 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.<source>
hello()
198
edits