dkyoseff

Conditional Statements - Lab / 01. Excellent Result

Jul 5th, 2022 (edited)
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.07 KB | None | 0 0
  1. grade = float(input())
  2.  
  3. if grade >= 5.50:
  4.     print('Excellent!')
Add Comment
Please, Sign In to add comment