Files
pythonProject/f.py
Victor Alexandrovich Tsyrenschikov 15570fe78b Miroca
2025-11-21 00:03:34 +05:00

4 lines
43 B
Python

word=1,2,3,4,5
for i in word:
print(i)