Files
CPP/arrays/py/sizeof_loop.py
rattatwinko 79670e7723 some more
2025-04-29 20:53:38 +02:00

6 lines
118 B
Python

# dynamarray (c++topy)
numbers = [1,1,2,2,34,45,5,6,7,2,3,34]
for i in range(0, len(numbers)):
print(numbers[i])