Skip to content

Instantly share code, notes, and snippets.

@ethanquix
Created June 7, 2022 19:57
Show Gist options
  • Save ethanquix/84f65c41e66250db5e5c2f68328e805b to your computer and use it in GitHub Desktop.
Save ethanquix/84f65c41e66250db5e5c2f68328e805b to your computer and use it in GitHub Desktop.
python1.py
s = "65?51?45?69?51?77?53?54?54?45?83?86?88?80?83?65?45?53?82?68?69?83?45?72?53?51?81?50?45?69?77?65?82?89?45?67?81?50?84?89"
for c in s.split("?"):
print(chr(int(c)), end='')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment