Python Unit 3 Resources

Key Terms

  • Function

  • Arguments

  • Calling Functions

  • Importing

  • Returning

  • Abstraction

  • Def

  • Return

  • None

  • Void

  • Scope

  • aliasing

  • stack trace

3.2 User-Defined Functions

Project 3 Oregon Trail

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?"