def setup():
score=78
print("Your score was =",score)
if score<101and score>=80:
print("you got A")
if score<80and score>=70:
print("you got B")
if score<70and score>=60:
print("you got C")
if score<60and score>=50:
print("you got D")
if score<50:
print("you got F")
setup()
ไม่มีความคิดเห็น:
แสดงความคิดเห็น