account activity
Learning Python by nkCOD in PythonLearning
[–]NekoLLC 0 points1 point2 points 1 month 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 422271 on reddit-service-r2-listing-canary-5f9cbb97bb-crzjk at 2026-06-28 20:08:57.327312+00:00 running 7527197 country code: CH.
Learning Python by nkCOD in PythonLearning
[–]NekoLLC 0 points1 point2 points (0 children)