iclop_v1/public/python-resources/unittest/jawaban/62f1498e6b572_1659980174.py
2022-08-17 19:44:54 +07:00

4 lines
37 B
Python

i = 6
while i >= 1:
print(i)
i -= 1