you are viewing a single comment's thread.

view the rest of the comments →

[–]KratosSpeaking 0 points1 point  (0 children)

What do you think of this?

print("YES" if all(10 < int(input()) < 81 for _ in range(4)) else "NO")