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 returns a string value 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:'''