def greeting(name="you"):
print "hello " + name
^^note the use of the name="kevin" syntax to create an optional paramter name (that when not given gets default value of "kevin")
def greeting(name="you"):
print "hello " + name
^^note the use of the name="kevin" syntax to create an optional paramter name (that when not given gets default value of "kevin")
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 |