Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
a = int(input())
if a == 0:
print("0 программистов")
elif a == 1:
print("1 программист")
elif a == 2:
print("2 программиста")
elif a == 3:
print("3 программиста")
elif a == 4: