From 05152f47f03fc8d95d164cba390f1816317e6c1c Mon Sep 17 00:00:00 2001 From: Jethro Stapelbroek Date: Fri, 13 May 2022 21:37:38 +0200 Subject: [PATCH] Solving for Carrots --- carrots.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 carrots.py diff --git a/carrots.py b/carrots.py new file mode 100644 index 0000000..22deff2 --- /dev/null +++ b/carrots.py @@ -0,0 +1,4 @@ +import sys + +_, p = sys.stdin.readline().split(' ') +print(p)