Untitled

 avatar
unknown
python
2 years ago
64 B
9
Indexable
numbers = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]

print(numbers[0] + 5)
Editor is loading...
Leave a Comment