Untitled

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

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