P-unit_model/generalTests.py
2020-01-27 13:43:42 +01:00

5 lines
63 B
Python

g = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
print(g[3:])
print(g[:-3])