Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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