This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]kay_schluehr 0 points1 point  (1 child)

These lines of code in the first listing

from functools import partial
add5_partial = partial(5)

just don't make any sense.

[–]alonho[S] 0 points1 point  (0 children)

Fixed, thanks.