From 13f7ac071507cd4bd25ac7709330670fa057100d Mon Sep 17 00:00:00 2001 From: sofi Date: Wed, 14 Sep 2022 16:36:20 +0300 Subject: [PATCH] modified: task1.py --- task1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task1.py b/task1.py index 3658f00..6f88e17 100644 --- a/task1.py +++ b/task1.py @@ -1,3 +1,3 @@ n = int(input()) k = int(input()) -print(int(k/n) +print(int(k/n)) \ No newline at end of file