Coders Packet

Packets submitted by Ayush Chauhan

Coin toss experiment using Python

Checking if tossing a fair coin n times leads to probability of heads converging to 1/2, when n is very large(tends to infinity) using python. The program depicts the strong law of large numbers

Program to guess the name of a country using Python

Created a guessing game using python in which the player will have to guess the letters that comes in the name of a country that the computer generates randomly.

Frequency Distribution Table using Python

Create a frequency distribution table of class interval of size 5, containing upper limit, lower limit, frequency and middle values of limits using numpy and pandas libraries in python.