Ddimov90

excellent_result_01_01

Sep 21st, 2025 (edited)
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.07 KB | Source Code | 0 0
  1. result = float(input())
  2.  
  3. if result >= 5.5:
  4.     print("Excellent!")
  5.    
Advertisement
Add Comment
Please, Sign In to add comment