From 136befd703ed778585af024ca242ed3a3522c951 Mon Sep 17 00:00:00 2001 From: sofi Date: Wed, 14 Sep 2022 16:45:01 +0300 Subject: [PATCH] new file: task2.py --- task2.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 task2.py diff --git a/task2.py b/task2.py new file mode 100644 index 0000000..aea20ed --- /dev/null +++ b/task2.py @@ -0,0 +1,3 @@ +n = int(input()) +k = int(input()) +print(int(k%n)) \ No newline at end of file