Open sashahafner opened 1 year ago
Kind of neat, if potentially confusing.
a, b = b, a+b
means:
a = b b = a + b
https://docs.python.org/3/tutorial/introduction.html#lists
Kind of neat, if potentially confusing.
means:
https://docs.python.org/3/tutorial/introduction.html#lists