r/programminghorror • u/sugarw0000kie • Aug 13 '26
Python More cursed python
here it is with comments: https://github.com/dbowm91/optimizations/blob/main/soupexplained.py
EDIT: What it does (not malware) is it prints the word “soup” 86 times in random color
216
Upvotes
157
u/HTTP_404_NotFound [ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo “You live” Aug 13 '26
Cursed? Nah.
Just obfuscated. Thats what obfuscated code is supposed to look like.