What keyword do we start with when creating our own functions in Python?

Python Functions Quiz

Quiz
•
Computers
•
6th - 8th Grade
•
Medium
Austin OBrien
Used 3+ times
FREE Resource
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
function
def
void
main
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does 'def' stand for?
deft
defend
definitely
define
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following Python code?
def add(a, b):
return a + b
result = add(3, 5)
print(result)
8
5
3
35
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the 'return' statement in a Python function?
To stop the execution of the function
To return a value from the function
To print a message to the console
To define a new variable
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When declaring a function, the variables inside the parentheses are called what? Example:
def add(num1, num2)
Copies
output variables
input variables
strings
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When we want to run a function, we...
Define it
Call it
Declare it
Copy it
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A function can return a value or many values back to where it was first "called".
True
False
Similar Resources on Quizizz
10 questions
Python Basics

Quiz
•
4th - 7th Grade
10 questions
Python User Input Quiz

Quiz
•
6th Grade - University
10 questions
Programming Fundamentals Recap

Quiz
•
8th Grade
10 questions
Python

Quiz
•
8th Grade
10 questions
Python Statements

Quiz
•
5th - 7th Grade
10 questions
Python3

Quiz
•
4th Grade - University
10 questions
Programming with Python

Quiz
•
7th - 9th Grade
10 questions
Python with DataScience

Quiz
•
7th Grade - University
Popular Resources on Quizizz
20 questions
math review

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
10 questions
Human Body Systems and Functions

Interactive video
•
6th - 8th Grade
19 questions
Math Review

Quiz
•
3rd Grade
45 questions
7th Grade Math EOG Review

Quiz
•
7th Grade