The print function?
The print function in Python is a function that outputs to your console window whatever you say you want to print out.
triple quotes?
A string that spans multiple lines.
A Go Block?
It starts the program
A Boolean?
A binary variable, having two possible values called “true” and “false.”.
A digital footprint?
Search history.
What Is The Python Turtle Function?
“Turtle” is a Python feature like a drawing board, which lets us command a turtle to draw all over it! We can use functions like turtle.forward(…) and turtle.right(…) which can move the turtle around.
What is Python?
Python is an interpreted, high-level, general-purpose programming language.
A repeat block?
creates a loop, it can be indefinite, or end at a certain number.
Digital Citizenship?
Digital citizenship refers to the responsible use of technology by anyone who uses computers, the Internet, and digital devices to engage with society on any level.
Who created Python?
Guido van Rossum.
When was Python created?
Python was conceived in the late 1980s by Guido van Rossum at Centrum Wiskunde & Informatica (CWI) in the Netherlands as a successor to the ABC language (itself inspired by SETL), capable of exception handling and interfacing with the Amoeba operating system. Its implementation began in December 1989.
A Sprite?
An item that the code affects.
Cyberbulling?
the use of electronic communication to bully a person, typically by sending messages of an intimidating or threatening nature.
Who is Guido van Rossum?
Guido van Rossum is a Dutch programmer best known as the author of the Python programming language, for which he was the "Benevolent dictator for life" until he stepped down from the position in July 2018.
Is Guido van Rossum dead?
No
Who created Scratch?
Mitchel Resnick and Andrés Monroy-Hernández created Scratch so that people (especially children) all over the world could learn how to code
A CPU?
Central Processing Unit.
What is a Motherboard?
The motherboard is a printed circuit board and foundation of a computer that is the biggest board in a computer chassis. It allocates power and allows communication to the CPU, RAM, and all other computer hardware components.