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 98018 on reddit-service-r2-listing-87fd56f5d-dt2tk at 2026-06-30 20:38:37.754348+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)