In a room with 23 people, what is the probability that there is at least one pair of people with the same birthday? The answer is about 50%! It is
In a room with 23 people, what is the probability that there is at least one pair of people with the same birthday? The answer is about 50%! It is
You drew Pascal’s Triangle in a project. Draw 32 rows of Pascal’s Triangle and color the cells that contain numbers. Does it look like Sierpinski Triangle?
Use Turtle’s timer events to draw a simple timer as shown. Related Project: Millisecond Timer
Use turtle’s write() function to draw the following multiplication table.
Draw a 16×16 table of unicode symbols. Unicode starts from number 0x2600 (Hexadecimal). You can convert number to text with chr() function. You can start with different number to find
Find unicode for sad face and draw the following spiral of sad faces getting bigger.
Find unicode for chess pieces and draw a chess board.
Find unicode of diamond symbol and draw the 8 of diamonds.