Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 473 Bytes

File metadata and controls

7 lines (6 loc) · 473 Bytes

Python_If_Else-Statement

Python_Operators Practice

  1. Take values of length and breadth of a rectabgle from user input() and check if it is square or not.
  2. Take three integger values from user and print greatest among them.
  3. A student will not be allowed to sit in exam if his/her attendance is less than 75%.
  4. Below 25-f, 25 to 44-e, 45 to 49-d, 50 to 59-c, 60 to 79-b, 80 to 89-a, above 90- a+ Now, Ask user to enter marks and print the correspondiing grade.