Shelly Hexagon

Shelly Hexagon

Assessment

Interactive Video

Computers

6th - 8th Grade

Easy

Created by

John Streety

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in creating a hexagon art using Python's turtle module?

Draw a circle

Set the background color

Create a list of colors

Import the turtle module

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to store multiple colors in Python?

A list

A tuple

A dictionary

A set

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many hexagons are drawn in the loop to create the art?

6

36

24

12

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What angle is used to rotate each hexagon to create the art pattern?

20 degrees

5 degrees

10 degrees

15 degrees

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you want to use the color 'blue' from the list, which index should you use?

1

3

0

2