I am using repl.it
Python web IDE, and I really can't solve a problem with it.
I was trying to decode a string, but it seems that there's no way to do it.
import base64
ciphertext = 'FxM7o1wl/7wE9CHPNzbB944feDFXbTSVaJfaLsUMzH5EP4xZRz7Sq8O3y7+jPbXIMVRxpvJZZm7ugqQ4fwpJwtvnB0/BoU+hhGeEZZZ0fFj1irm/zg3bsxOoxBJx4B3U'
ciphertext = base64.b64decode(ciphertext)
print ciphertext
UnicodeDecodeError: 'utf8' codec can't decode byte 0xa3 in position 3: invalid start byte