Welcome to 100 days of Python Coding
hello.py [printing hello world]
flag.py [drawing a country flag using turtle]
centrigrade.py [Fahrenheit to celsius]
circle.py [find area and perimeter of circle]
leap.py [determine where a year is leap or not]
operator.py [different type of operator]
string.py [playing with string]
variable.py [type and variable]
conversion.py [convert cm to inches or vice versa]
grade.py [find cgpa/grade]
piecewise.py [solving a piecewise function]
rolldice.py [roll a dice and made fun of that]
tax.py [calculate income tax of a person's salary(Country Bangladesh)]
triangle.py [Check if its a valid triangle or not if yes print the area]