Skip to content

Instantly share code, notes, and snippets.

View kleahaka's full-sized avatar
💭
</>

🔁 kleahaka

💭
</>
View GitHub Profile
@kleahaka
kleahaka / score.py
Created April 1, 2024 19:53
scorechecker of grade
score = input('ENTER YOUR SCORE: ')
try:
scoreF =float(score)
except ValueError:
print('Bad score')
quit()
if scoreF>= 0.0 and score <=1.0:
if scoreF>= 0.9: