2777 LIVE (in 11 min): White House physician holds press briefing on Trump's condition (www.youtube.com) posted 194 days ago by MasterChief 194 days ago by MasterChief +2777 / -0 508 comments share 508 comments share save hide report block hide child comments Comments (508) sorted by: top new old worst You're viewing a single comment thread. View all comments, or full comment thread. ▲ 13 ▼ – ZacPetkanas 13 points 194 days ago +13 / -0 I find it hard, so I wrote a program to do it for me. lol! permalink save report block reply ▲ 6 ▼ – Seadgs 6 points 194 days ago +6 / -0 My Man permalink save report block reply ▲ 4 ▼ – booblitchutz 4 points 194 days ago +4 / -0 from random import random t = “my stupid text” “”.join([x.upper() if random() > .5 else x.lower() for x in t] permalink parent save report block reply ▲ 2 ▼ – ZacPetkanas 2 points 194 days ago +2 / -0 This guy codes. But actually, I have it just do eVeRy OtHeR lEtTeR which you could probably code even easier with a modulo operator. permalink parent save report block reply ▲ 2 ▼ – booblitchutz 2 points 194 days ago +2 / -0 Had to edit because I didn’t test my code snippet.. now you KNOW I code permalink save report block reply ▲ 1 ▼ – basedtexapede 1 point 194 days ago +1 / -0 It is tricky, because you want all of your "i"s to be lowercase and "L"s to be uppercase to avoid confusion. permalink parent save report block reply
I find it hard, so I wrote a program to do it for me. lol!
My Man
This guy codes.
But actually, I have it just do eVeRy OtHeR lEtTeR which you could probably code even easier with a modulo operator.
Had to edit because I didn’t test my code snippet.. now you KNOW I code
It is tricky, because you want all of your "i"s to be lowercase and "L"s to be uppercase to avoid confusion.