Python turtle
Python part 1
Python part 2
Learn key
Scratch
100

it’s a module that you need to import before using python turtle.



what is the turtle module?

100

what code block do you use to output something on the console or terminal.


what is print()

100

give the symbols that are used in python for equations 

what are addition, subtraction, multiplication and division symbols.

100

you can make your own variables using these


what are classes

100

scratch is this type of programming language.


what is block based

200

you can make these amounts of turtles.


what’s is [infinity, many, billions, millions, more than {a number}, big amount....]

200

you use this symbol to comment a line.


what is # or [number sign or hashtag]

200

in python, when you want to multiply, you don’t use x but this.

what is asterisk / *

200

instead of using the addition sign or coma to add something to your parameter, you use this but first you add f before the quotation marks.

what are curly brackets.

200

scratch is used for these purposes

what are games, animations and videos

300

this code block that is usually found in for loops allows your turtle to keep on drawing until it gets to the number you give it.


what is range()

300

you use these unique symbols to span.


what are 3 quotation marks / “””

300

there are two types of loops. Name them.

what are for and while loops.

300

you can import classes using this code.


what is from and import.

300

all of the characters is scratch are called this


what is sprite

400

this piece of code tells turtle to open a new window.


what is turtle.Screen?

400

you use this block of code to get something from the user using console or terminal

what is input()

400

when you want to indent, you use this symbol.

what is a colon / :

400

it’s a keyword that you use to make your own function.

what is def

400

Scratch was developed by this group

what is the Lifelong Kindergarten group

500

this code lets you assign a variable to it and you can use it to draw your turtle


what is turtle.Turtle?

500

it’s a name which anything that is in the parentheses of a function is called.

what is parameter.

500

You can store many values in this

What are Lists.

500

you use these to commands to run a code and catch the errors.

what are try and except

500

the group that developed scratch was in this institute.

What is the Massachusetts Institute of Technology

M
e
n
u