#Python 3.10 x32
uvars = [1, 2, 3, 4, 5, 6, 7]
counter = 0
for i in uvars:#Все условия
while i > 0:
i -= 1#1.20 - 20
counter += 1
print(counter)
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
#Python 3.10 x32
uvars = [1, 2, 3, 4, 5, 6, 7]
counter = 0
for i in uvars:#Все условия
while i > 0:
i -= 1#1.20 - 20
counter += 1
print(counter)
counter = 0