Python 2.7 - 2.13

Python 2.7 - 2.13

Assessment

Flashcard

Other

7th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

12 questions

Show all answers

1.

FLASHCARD QUESTION

Front

How would you start leaving a trail that is the color red? No Spaces

Back

color("red")

2.

FLASHCARD QUESTION

Front

How would you leave a trail that has a thickness of 25? No Spaces

Back

pensize(25)

3.

FLASHCARD QUESTION

Front

How would you color in a shape with a color that you already selected? No Spaces

Back

begin_fill()

4.

FLASHCARD QUESTION

Front

How would you stop filling in a shape that is a color you already selected? No Spaces.

Back

end_fill()

5.

FLASHCARD QUESTION

Front

How could a code a hexagon using the circle circle code with a radius of 25? No Spaces.

Back

circle(25,360,6)

6.

FLASHCARD QUESTION

Front

How would a code a function with the name Gym Class? Options: def gym_class():, def gym_class ():, def gym_class () :

Back

def gym_class():, def gym_class ():, def gym_class () :

7.

FLASHCARD QUESTION

Front

a way to group a set of commands so they can be called with one line of code.

Back

Function

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?