2 lines
53 B
Python
2 lines
53 B
Python
print("Jebb" if int(input()) % 10 == 0 else "Neibb")
|
print("Jebb" if int(input()) % 10 == 0 else "Neibb")
|