what is not in this code
print(HELLO)
""
how do you import the turtle code
import turtle
how much does scratch cost
0 dollars
what is a Boolean
it is a true or false statement
what will appear if i do
type("100")
class 'str'
how do you turn the turtle 90 degrees left
turtlename.left(90)
when was scratch developed
2003
Which is the symbol that concatenates variables in Python programming?
*
what is a float
a number with a decimal
turtle.Turte = turtle name
when was scratch released
2007
Which punctuation symbol should be used to combine strings and numbers in a print statement?
a comma
what is wrong with this
Print(1)
capital p
what is wrong in the code
for i in("red, green, yellow"):
what is scratch
Block based visual programing language
what is the correct order of operations
parenthesis exponent multiply divide subtract addition
what is a triple quote do
write code through multiple lines
whats wrong with this code
wn = turtle.Screen
no ()
is scratch used in more than 100 country's
yes
what does a double equal sign mean
it mean is equals something