From 5c55b0c038d2ba4541b8a647144b1c38b2ad9b84 Mon Sep 17 00:00:00 2001 From: sofi Date: Wed, 14 Sep 2022 16:36:00 +0300 Subject: [PATCH] modified: task1.py --- task1.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/task1.py b/task1.py index 54cacc6..3658f00 100644 --- a/task1.py +++ b/task1.py @@ -1 +1,3 @@ -print('hi') \ No newline at end of file +n = int(input()) +k = int(input()) +print(int(k/n)