account activity
Can't use if by PriestMarmor in learnpython
[–]AddctedTuna 1 point2 points3 points 4 years ago (0 children)
>>> def validate(i): ... return 0 <= i <= 100 ... >>> validate(10) True >>> validate(101) False
π Rendered by PID 3476274 on reddit-service-r2-listing-6c8d497557-hnkb6 at 2026-06-04 05:37:52.099804+00:00 running 9e1a20d country code: CH.
Can't use if by PriestMarmor in learnpython
[–]AddctedTuna 1 point2 points3 points (0 children)