From 15570fe78bd64d5815f091f314f30e73060a7652 Mon Sep 17 00:00:00 2001 From: Victor Alexandrovich Tsyrenschikov <77172321+tsyrenschikov@users.noreply.github.com> Date: Tue, 19 Aug 2025 22:02:21 +0500 Subject: [PATCH] Miroca --- f.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/f.py b/f.py index 2b42af6..34b196d 100644 --- a/f.py +++ b/f.py @@ -1,7 +1,4 @@ -import math +word=1,2,3,4,5 -a=int(input('Кол-во детей')) -b=int(input('Кол-во вожатых')) - -c=math.ceil((a+b)/20) -print('Понабиться',c,'автобус') \ No newline at end of file +for i in word: + print(i) \ No newline at end of file