provides the index to the list, followed by the value.
example:
somelist = ['a','b','c']
for position, name in enumerate(somelist):
print position, name
will give:
0 a
1 b
2 c
provides the index to the list, followed by the value.
example:
somelist = ['a','b','c']
for position, name in enumerate(somelist):
print position, name
will give:
0 a
1 b
2 c
status | not learned | measured difficulty | 37% [default] | last interval [days] | |||
---|---|---|---|---|---|---|---|
repetition number in this series | 0 | memorised on | scheduled repetition | ||||
scheduled repetition interval | last repetition or drill |