Last active
November 22, 2017 10:07
-
-
Save alswl/7bd9b819e0db4146eef68f7bba6da1f6 to your computer and use it in GitHub Desktop.
大吉大利,晚上吃鸡
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
# echo "V2loYWx1bm9mdW5jaWhtISBTaW8gYWluIGNuISBXZnVjZyBzaW9sIGpsY3R5IHFjbmIgc2lvbCB1ZmFpbGNuYmc6IDU5NTkyMjY4LiBCaWp5IGNuIGNtIGhpbiB4aWh5IHZzIGJ1aHguIE5idW4gY20gcWJzIHF5IGJ1cHkgd2lnam9ueWxtIHVoeCBVQy4gSGlxIG9teSBuYnkgZXlzIG5pIHV3d3ltbSBCQ0ZGIFVDIG15bHBjd3k6IHh5dnV5eTR1enp2eXV2dTkwOXUxODQwNjY5ODF4NTV1Lg==" | base64 -D | |
raw = 'Wihalunofuncihm! Sio ain cn! Wfucg siol jlcty qcnb siol ufailcnbg: 59592268. Bijy cn cm hin xihy vs buhx. Nbun cm qbs qy bupy wigjonylm uhx UC. Hiq omy nby eys ni uwwymm BCFF UC mylpcwy: xyvuyy4uzzvyuvu909u184066981x55u.' | |
for i in raw: | |
if i >= 'a' and i <= 'z': | |
print(chr((ord(i) + 6 - ord('a')) % 26 + ord('a')), end='') | |
elif i >= 'A' and i <= 'Z': | |
print(chr((ord(i) + 6 - ord('A')) % 26 + ord('A')), end='') | |
else: | |
print(i, end='') |
lyricat
commented
Nov 22, 2017
•
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment