Python Programming Worksheet
Python Programming Worksheet
1. Basic Arithmetic
2. Even or Odd
3. Largest Number
4. Smallest Number
5. Area of a Circle
Write a Python program to calculate the area of a circle given its radius.
6. Celsius to Fahrenheit
7. Fahrenheit to Celsius
8. Simple Interest
Write a Python program to calculate simple interest given the principal amount, rate, and time.
9. Compound Interest
Write a Python program to calculate compound interest given the principal amount, rate, and time.