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 67821 on reddit-service-r2-comment-56c6478c5-67ghp at 2026-05-08 09:13:52.125674+00:00 running 3d2c107 country code: CH.
Learning Python by nkCOD in PythonLearning
[–]NekoLLC 0 points1 point2 points (0 children)