Python Functions

Python Functions

Assessment

Flashcard

Computers

9th Grade

Hard

Created by

Quizizz Content

Used 1+ times

FREE Resource

Student preview

quiz-placeholder

18 questions

Show all answers

1.

FLASHCARD QUESTION

Front

When defining a function, the definition must occur before it is called.

Back

true

2.

FLASHCARD QUESTION

Front

What will print? Options: nothing, 5, 6, an error message

Back

nothing

3.

FLASHCARD QUESTION

Front

What does the following code output? Options: 11, 9; 16, 16; None, None; 225, 117

Back

11, 9

4.

FLASHCARD QUESTION

Front

What is the Label in the line of code: Label('Go Team', 200, 100)?

Back

function name

5.

FLASHCARD QUESTION

Front

Which of the following is the correct code to define a function? Options: def area ( ):, area ( ), def area:, def area ( )

Back

def area ( ):

6.

FLASHCARD QUESTION

Front

How do you correctly call this function? Options: def(1), x=square( ), defSquare(4), x=square(5)

Back

x=square(5)

7.

FLASHCARD QUESTION

Front

How do you identify the statements that belong to the body of a function?

Back

Indent those statement the same amount underneath the function "def" statement

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?