This commit is contained in:
Victor Alexandrovich Tsyrenschikov
2025-08-19 22:02:21 +05:00
parent 277e6f3362
commit 15570fe78b

9
f.py
View File

@@ -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,'автобус')
for i in word:
print(i)