Question: Task 1 Write Pseudocode Creating and Calling library functions In this Guided Practice we are going to create a number of functions we will add
Task Write Pseudocode Creating and Calling library functions
In this Guided Practice we are going to create a number of functions we will add to a library in our
PythonFiles directory. We will then use the import statement to pull all of the functions into a separate
program. In this way you will gather together your functions which you can then use in any Python
programs going forward.
We will now create the pseudocode for the program.
Step : Create a file of functions and place them into a functions.py file
Define a function 'function: place the name of the functions you will be using
Define a function 'function:
Define a function 'function:
Save this file as functions.py
Step : Create a new program called CallFunctions and import the functions.py file
Import all functions from functions.py
Step : Call each of the functions in the functions file
Call 'function
Call 'function
Call 'function
Save this file as CallFunctions.py
Deliverables for Task
Pseudocode for functions file
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
