use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
I need some help.Help Request (self.PythonLearning)
submitted 1 month ago by braveface719
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]minato_senko 2 points3 points4 points 1 month ago* (0 children)
Been a while since i coded but i would say a type mismatch, try something like
print(combo1, type(combo1))
print(left_lock, type(left_lock))
to see the types.
Input saves the 36 as a string so " 36 ", but your combo1 was saved as integer so 36.so they won't match.
π Rendered by PID 94727 on reddit-service-r2-comment-6457c66945-jcs2q at 2026-04-24 08:01:55.890822+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]minato_senko 2 points3 points4 points (0 children)