BadPython.com
Submit Bad Python
Walrus operator
x = 0 while (x := x + 1) != 10: print(x)
This
is
bad python!
This isn't that bad!
Share How You'd Fix It
See Another
See Others' Suggestions For Improvement
See Another
Thanks for voting!
×
Current Vote Counts
Is Bad:
Not Bad: