Fejezet 4, 5
This commit is contained in:
12
fejezet 5/okosságok3.py
Normal file
12
fejezet 5/okosságok3.py
Normal 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")
|
||||
|
||||
Reference in New Issue
Block a user