it’s a module that you need to import before using python turtle.
what is the turtle module?
what code block do you use to output something on the console or terminal.
what is print()
give the symbols that are used in python for equations
what are addition, subtraction, multiplication and division symbols.
you can make your own variables using these
what are classes
scratch is this type of programming language.
what is block based
you can make these amounts of turtles.
what’s is [infinity, many, billions, millions, more than {a number}, big amount....]
you use this symbol to comment a line.
what is # or [number sign or hashtag]
in python, when you want to multiply, you don’t use x but this.
what is asterisk / *
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.
scratch is used for these purposes
what are games, animations and videos
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()
you use these unique symbols to span.
what are 3 quotation marks / “””
there are two types of loops. Name them.
what are for and while loops.
you can import classes using this code.
what is from and import.
all of the characters is scratch are called this
what is sprite
this piece of code tells turtle to open a new window.
what is turtle.Screen?
you use this block of code to get something from the user using console or terminal
what is input()
when you want to indent, you use this symbol.
what is a colon / :
it’s a keyword that you use to make your own function.
what is def
Scratch was developed by this group
what is the Lifelong Kindergarten group
this code lets you assign a variable to it and you can use it to draw your turtle
what is turtle.Turtle?
it’s a name which anything that is in the parentheses of a function is called.
what is parameter.
You can store many values in this
What are Lists.
you use these to commands to run a code and catch the errors.
what are try and except
the group that developed scratch was in this institute.
What is the Massachusetts Institute of Technology