Knight Packing

This commit is contained in:
2023-06-22 23:08:47 +02:00
parent ba5be1709c
commit 78a5e2b169

1
knightpacking.py Normal file
View File

@@ -0,0 +1 @@
print("first" if int(input()) % 2 != 0 else "second")