Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 943 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 943 Bytes

Welcome to 100 days of Python Coding

#f03c15 Day-1

hello.py [printing hello world]
flag.py [drawing a country flag using turtle]

#f03c15 Day-2

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]

#f0315 Day-3

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]