prb_1/Desktop/1.py
2025-01-13 22:52:16 +05:00

4 lines
73 B
Python

# 0, 1, 2, 3, 4
# -3 -2 -1
a = [1, 2, 3, 4, 5]
print(a[-1])