The first step in the process
What is investigate an idea
A named section of a program that performs a certain task
What is a function
The two options a boolean statement can return
What is true and false
The first big python activity we did
What is the combo menu
The final step in the process
What is document and present
What is a variable
A python function that converts the value to an integer, a function that converts the value to a string, a function that converts the value to a boolean value, a function that converts the value to a float-point
What does int(), str(), bool(), and float() do
The second big assignement
What is the course registration activity
The fifth step in the process
This function looks at what's inside the parenthesis and returns what type of object or data type it is
What is type()
The assignments that usually goes with each activity
What are the worksheets
The third step in the process
What is design
The kind of data stored in a variable
What is a type
The guy who made Python
Who is Guido von Rossum
Where we put our code for the coding activities
What is trinket
The fourth step of the process
What is create and test
A function that is a member of a class
What is a method
Ways to format python outputs
What is \, \n, \t
The exact unit number where we coded in python first
What is unit 3.1.1