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. ▲ 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 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 parent save report block reply
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