A tutorial for coding using Trinket. Starting with Blocks, we look at the code underneath and learn some basics of Python! Dragging and dropping blocks tells your program what to do. This program tells our Turtle Tina to make a random colored circle, then turn black and move to the bottom of the screen. Repeating things with loops we can tell our turtle to repeat things a number of times. These blocks tell the turtle to make a randome colored circle in a random location 10 times. Read and understand our code. Functions as recipes and there arre parameters. Using code to make a picture of a Jack-o-lantern.
Python
coding tutorial
computer programming
trinket
blocks to code
dragging and dorpping blocks
turtle tina
repeating with loops
functions as recipes
make a picture