Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Was bored so I started doing the python challenge. Got to part 2 and started decrypting the message by hand, then when I got to "that's what computers are for" I stopped writing it by hand and went quickly to the IDE to create an algorithm for it... Needless to say I got the message decrypted no problem, but insides of the message it says to use str.maketrans(). Which would've saved me 10 lines at least... That's what I get for not knowing what's available.
undefined
#knowyourapi