13,420
edits
Changes
→INVESTIGATION 1: USING FUNCTIONS
</source>
'''Practice Using Functions& Importing functions from other Python Scripts'''
:Now it's time to create a Python script that uses two functions. One function does not return a value and is simply used (when called) to greet the user, where the other function returns the result of adding two values (stored in variables within the function).