Intermediate Level Workshop

1. JUST STARTING OUT WITH TRINKET

Trinket Basics

  1. Outline of Presentation
  2. Trinket Cheat-sheet for beginners

Trinket Challenges

Write code using blocks or python to accomplish ANY two of the below challenges. Click on a picture to view it at work!

anglesconcentric circlescirclessquaresgrid

2. SOME MORE TRINKET (for those who already know the basics)

A function is a name given to a sequence of code. There are two things you need to know: (1) CREATE A FUNCTION and (2) USE A FUNCTION.

Here is a very simple example. 

Now, here are a few harder challenges for you.

1. starLikeShape problem

2. drawing many circles

3. using functions within functions