Post_assessment Python Week 3
Quiz by Neha Ramachandran
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
4 questions
Show answers
- Q1Which keyword is used to create or define a function?defdefinebeginstart30s
- Q2A function can have only two parameters.FalseTrue30s
- Q3The piece of code that can be reused to perform an action is called _____________________ActionCallRepeatFunction30s
- Q4To use a function multipy() after creating it, you must call it in a program by writing the code__________________________.call()multiply()call multiply()def multiply()30s