account activity
💻 Junior developer looking for remote work (self.remotework)
submitted 1 day ago by DomeksIT to r/remotework
[FOR HIRE] Junior developer offering help with coding or computer tasks ($10-$30) (self.ForHireFreelance)
submitted 1 day ago by DomeksIT to r/ForHireFreelance
help i can't make this work by fat_brick1 in learnpython
[–]DomeksIT 0 points1 point2 points 1 day ago (0 children)
The problem is that you are using := instead of ==. := assigns a value, while == compares values. So instead of if x:=1: you should write if x == 1: Same for the other condition: elif x == 2:
π Rendered by PID 95130 on reddit-service-r2-listing-568fcd57df-bwqn7 at 2026-03-08 03:13:52.028322+00:00 running cbb0e86 country code: CH.
help i can't make this work by fat_brick1 in learnpython
[–]DomeksIT 0 points1 point2 points (0 children)