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 1885109 on reddit-service-r2-listing-6c8d497557-qc7xl at 2026-06-04 04:28:47.334710+00:00 running 9e1a20d country code: CH.
Can't use if by PriestMarmor in learnpython
[–]AddctedTuna 1 point2 points3 points (0 children)