Week-5

#HAL9000

Write a program which prints all the prime numbers till 10000.

Input: -nothing- Output:
The prime numbers till 10000 are:
2
3
5
7
11
.....

#JARVIS

Write a program for Conway's Game of Life.

https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life

Your task is to create a screen where you draw a random continous pattern using your mouse, and after you are done, the screen should show Conway's game of life, using the pattern.