Python's Commands

Python's Commands

7th Grade

5 Qs

quiz-placeholder

Similar activities

Python L31

Python L31

6th - 8th Grade

10 Qs

Small Basic-Turtle Graphics

Small Basic-Turtle Graphics

6th - 9th Grade

10 Qs

Python Graphics

Python Graphics

6th - 8th Grade

10 Qs

FOR LOOPS and Angles with Tracy (PYTHON)

FOR LOOPS and Angles with Tracy (PYTHON)

7th - 8th Grade

10 Qs

MS Logo

MS Logo

4th - 9th Grade

10 Qs

Edublocks L10  Advance Turtle

Edublocks L10 Advance Turtle

6th - 8th Grade

10 Qs

ไพทอน เต่า

ไพทอน เต่า

7th - 12th Grade

10 Qs

Python Plus : Turtle Race

Python Plus : Turtle Race

6th - 8th Grade

10 Qs

Python's Commands

Python's Commands

Assessment

Quiz

Computers

7th Grade

Easy

Created by

ComuterScience s.

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

You want to change the symbol to a Turtle:

shape("turtle")

draw("turtle")

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You want to add a background picture onto the canvas:

bgpic("picture.gif")

shape("turtle")

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You want to set the speed that the Turtle moves:

speed(slowest)

speed("slowest")

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

look

right(45)

right(90)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Go to Specific spot on the canvas

goto(x,y)

penup()