What is out output with:
print("Hello World")
Output is:
Hello World
how do you create a turtle?
import turtle
what is the character called
sprite
MTA
Microsoft Technology Association
What information you are not better to share in internet?
Address, real name and last name, phone number, your age
What is output for:
(“3.5”)
3.5
how do you create a screen?
wn = turtle.Screen()
what is the start button look like
green flag
how many domains are there
5
What is Digital Foot Print?
It's everything you do in the internet
What triple quote used for?
You can right your sentence in multiple lines
how do you name a turtle?
name = turtle.Turtle()
How to see the tutorials?
In the top line, there is button "Tutorials". There is all available tutorials
Which best defines what a script tag does?
A tag which holds programming scripts
Error made by programmer in code
how do you change a background color?
wn.bgcolor("color")
How to change background to your own?
Choose a Backdrop > Upload Backdrop
Which question should the user ask when determining whether a closing tag is needed?
Do I know the ending of this tag?
what does a for loop do?
allows code to be executed repeatedly.
what can you create using scratch
animations, games, code
how much code is needed for a proper project
9