diff --git a/task1.py b/task1.py deleted file mode 100644 index 9c6fb04..0000000 --- a/task1.py +++ /dev/null @@ -1,10 +0,0 @@ -import sys -n = int(sys.argv[1]) -m = int(sys.argv[2]) -st = 1 -while True: - print(st, end='') - st = 1+(st+m-2)%n - if st == 1: - break -print() \ No newline at end of file