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