198
edits
Changes
→PART 2 - Creating a Python Script with Functions and Importing Functions
'''Creating a Python Script'''
:Now it's time to create a Python script that uses two functions. One function does not return returns a string value and is simply used (when called) greeting to greet the user, where the other function returns the result of adding two values (stored in variables within the function).
:'''Perform the following Instructions:'''