🎵 The PEP 8 Song 🎵
Dunno if I shown this before, but:
import sys
from itertools import cycle
functions = cycle([str.upper, str.lower])
phrase = sys.argv[1]
for char in phrase:
func = next(functions)
print(func(char), end='')
print('')
(Yeah, not checks if you forget to pass the phrase in the command line, but... 192 characters, babeeeee.)
"Fund Your App" has received more than 5,400 app votes now!
The current Top 5 apps are:
1. Firefox
2. Battery Life
3. Pure Maps
4. Signal
5. Calendar
Help fund the apps you desire:
im about to go live
doing some rust coding again feel free to come and visit! ANd don’t forget to say hi please :)
btw, you can change your nightname if you click in the upper right on “User *” [Kura for me in the attached screenshot]