Created
April 20, 2016 06:39
-
-
Save dudepare/7350d2d5740763fc0d77ee720d03d8fb to your computer and use it in GitHub Desktop.
This solution is from a recent ad by @Hired_HQ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def main(msg): | |
convert = map(chr, msg) | |
print("".join(list(convert))) | |
if __name__ == '__main__': | |
msg = [76, 101, 116, 116, 104, 101, 98, 101, 115, 116, 115, 116, 97, 114, 116,117, 112, 115, 97, 112, 112, 108, 121, 116, 111, 121, 111, 117, 0] | |
main(msg) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The output is:
Letthebeststartupsapplytoyou