Advertisement
pushrbx

Tuts4you forum reg octal decoder

Jan 16th, 2018
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. print('output: {}'.format(''.join([chr(int(oct_char, 8)) for oct_char in input("input: ").split(' ')])))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement