avg_score = 92

if avg_score >= 95:
    print("전액")
elif avg_score < 95 and avg_score >= 90:
    print("반액")
else:
    print("없음")

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: