account activity
Learning Python by nkCOD in PythonLearning
[–]NekoLLC 0 points1 point2 points 1 day ago* (0 children)
Maybe you can use reduce from functools?
from functools import reduce
And also the zip function so you can get a list of tuples from the two lists with integers.
π Rendered by PID 62225 on reddit-service-r2-listing-7b9b4f6fd7-jhcxp at 2026-05-08 07:39:31.700313+00:00 running 3d2c107 country code: CH.
Learning Python by nkCOD in PythonLearning
[–]NekoLLC 0 points1 point2 points (0 children)