diff --git a/knightpacking.py b/knightpacking.py new file mode 100644 index 0000000..410a6b2 --- /dev/null +++ b/knightpacking.py @@ -0,0 +1 @@ +print("first" if int(input()) % 2 != 0 else "second") \ No newline at end of file