# a=int(input("podaj bok a: "))
# b=int(input("podaj bok b: "))
# c=int(input("podaj bok c: "))

# if(a > 0 and b > 0 and c > 0):
#     if(a+b>c and a+c>b and b+c>a):
#         print(f"Z boku a({a}), boku b({b}) i boku c({c}) można utworzyć trójkąt")
#     else:
#         print(f"Z boku a({a}), boku b({b}) i boku c({c}) nie można utworzyć trójkąta")

matematyka=5
polski=5
angielski=3
chemia=6

if (matematyka+polski+angielski+chemia)/4 >= 4.75:
    print("masz czerwony pasek")
else:
    print("paska ni ma :c")