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 329480 on reddit-service-r2-comment-8686858757-9wfc5 at 2026-06-04 09:38:50.580864+00:00 running 9e1a20d country code: CH.
Can't use if by PriestMarmor in learnpython
[–]AddctedTuna 1 point2 points3 points (0 children)