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
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.
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.