Python Unit 3 Resources
Key Terms
Key Terms
Function
Arguments
Calling Functions
Importing
Returning
Abstraction
Def
Return
None
Void
Scope
aliasing
stack trace
Essential Questions
Essential Questions
What are some built in functions in Python?
How do you apply printing and returning values in a function?
How do you define your own functions in Python?
What is the difference between global and local variables?"