198
edits
Changes
→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()