Is there a way in python that you can specify a default offset for list? Like:
a = [0, 1, 2, 3, 4, 5, 6] a.offset = 2