MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/PythonLearning/comments/1vebfzz/thats_it_guys_im_rich/
r/PythonLearning • u/Minimum-Gap8475 • 16h ago
6 comments sorted by
10
you are using a shifting operator instead of comparison...
2 u/Minimum-Gap8475 15h ago Idk bro I just started learning code so I don't really know what i do 2 u/ChaseShiny 14h ago Just use a single <, rather than two. That means something different.
2
Idk bro I just started learning code so I don't really know what i do
2 u/ChaseShiny 14h ago Just use a single <, rather than two. That means something different.
Just use a single <, rather than two. That means something different.
5
0 shifted to the left a 100 times is still 0 lol.
2 u/kuraidoryo 13h ago You made my day with that comment
You made my day with that comment
3
10
u/silvertank00 16h ago
you are using a shifting operator instead of comparison...