Varanasi-Software-Junction / pythoncodecamp

Python repository for learning the language from the beginning
MIT License
10 stars 6 forks source link

Python Expressions #7

Open champaksworldcreate opened 3 years ago

champaksworldcreate commented 3 years ago
  1. Check up the following operators in Python +, -, /, //, *, %,**
  2. Use the print statement
  3. Use the input statement
  4. Find the area of a triangle
  5. Calculate SI and compound interest
  6. Solve a quadratic equation
  7. Find the area of a circle given the circumference