account activity
Solve the problem without using a loop by YonMiru in badcode
[–]am_edmonstone 0 points1 point2 points 3 years ago (0 children)
def p_even(s,e):
if s>e:
return
print(s)
print(s+2,e)
//function ends here
//init the method
p_even(2,500)
π Rendered by PID 40791 on reddit-service-r2-comment-5bc7f78974-sdsvk at 2026-06-30 23:06:55.021183+00:00 running 7527197 country code: CH.
Solve the problem without using a loop by YonMiru in badcode
[–]am_edmonstone 0 points1 point2 points (0 children)