Fejezet 4, 5

This commit is contained in:
2021-12-07 11:16:57 +01:00
parent b234874262
commit b7f1716b79
6 changed files with 85 additions and 0 deletions

12
fejezet 5/okosságok3.py Normal file
View File

@@ -0,0 +1,12 @@
pontszam = int(input())
if(pontszam < 60):
print("elegtelen")
elif(pontszam < 70):
print("elegseges")
elif(pontszam < 80):
print("kozepes")
elif(pontszam < 90):
print("jo")
else:
print("jeles")