Description
This is matching game. Students will match up the definition, explanation, algorithm, and return values for a specific Python function.
“Design a function to find the area of a rectangle” def rectangle_area (width, height):; ‘’’Calculates the area of a rectangle Accepts numerical values for width and height Returns int or float’’’; area = width * height; return area.
There are 9 separate functions to work with, but more may be added to individualize the game.
“Design a function to find the area of a rectangle” def rectangle_area (width, height):; ‘’’Calculates the area of a rectangle Accepts numerical values for width and height Returns int or float’’’; area = width * height; return area.
There are 9 separate functions to work with, but more may be added to individualize the game.
Report this resource to TPT
Reported resources will be reviewed by our team. Report this resource to let us know if this resource violates TPT's content guidelines.
Highlights
Grades
7th - 12th, Higher Education
Subjects
Pages
7
Answer Key
Included
Teaching Duration
50 minutes
Description
This is matching game. Students will match up the definition, explanation, algorithm, and return values for a specific Python function.
“Design a function to find the area of a rectangle” def rectangle_area (width, height):; ‘’’Calculates the area of a rectangle Accepts numerical values for width and height Returns int or float’’’; area = width * height; return area.
There are 9 separate functions to work with, but more may be added to individualize the game.
“Design a function to find the area of a rectangle” def rectangle_area (width, height):; ‘’’Calculates the area of a rectangle Accepts numerical values for width and height Returns int or float’’’; area = width * height; return area.
There are 9 separate functions to work with, but more may be added to individualize the game.
Report this resource to TPT
Reported resources will be reviewed by our team. Report this resource to let us know if this resource violates TPT's content guidelines.
Reviews
All verified TPT purchases
Good product for the price but would love to see the concept expanded
Questions & Answers
Loading
Loading



