Curso_Intensivo_de_PYTHON/chapter_04/first_numbers.py
2023-06-02 17:22:53 +02:00

2 lines
43 B
Python

numbers = list(range(1, 6))
print(numbers)