From a79425c6b2e8602758fbc5241a6804cb25567aa2 Mon Sep 17 00:00:00 2001 From: ironreactor <116426430+ironreactor@users.noreply.github.com> Date: Fri, 28 Oct 2022 00:38:48 +0530 Subject: [PATCH] Add files via upload --- 2022-Oct/13 Oct 2022/Sai_Chouhan.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 2022-Oct/13 Oct 2022/Sai_Chouhan.py diff --git a/2022-Oct/13 Oct 2022/Sai_Chouhan.py b/2022-Oct/13 Oct 2022/Sai_Chouhan.py new file mode 100644 index 00000000..e74a391b --- /dev/null +++ b/2022-Oct/13 Oct 2022/Sai_Chouhan.py @@ -0,0 +1,3 @@ +li = list(map(int, input().split())) +ans = li[1:] + li[:1] +print(*ans) \ No newline at end of file