Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 152 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 152 Bytes

Python

Programming loss moderate good amount if amount < 5000: print("loss") elif amount>5000 && amount<19999: print("moderate") else: print("good")