|
|
|
|
|
by BoppreH
1066 days ago
|
|
Pretty good list. Two corrections: The `first, *middle, last` trick doesn't work if your list only has one element: first, *middle, last = [1]
ValueError: not enough values to unpack (expected at least 2, got 1)
And the last title has a typo:> Separater for Large Numbers |
|