import asts = r"b'E\0\x04\xa6\0\0\0\09\x11\xba\xe5\x8e\xfaR\xdc\xc0\xa8\x1f\xe3\r\x96\xdd\xd7\x04\x92\xdc\xc9\x90\xe0\x1bq\xa8\x99+p\xb2\xab\x07p\x10\0\0\x05\x02\x03\xc7\xd2\xb6\x03\x02 \xe2\x0f\x06D\x03\x94\x12H\x80\0\0\0\x16\xbb]z\xbb\xbf\x0e\x91\x85'"res = ast.literal_eval(s)print(res)print(type(res))
Standard input is empty
b'E\x00\x04\xa6\x00\x00\x00\x009\x11\xba\xe5\x8e\xfaR\xdc\xc0\xa8\x1f\xe3\r\x96\xdd\xd7\x04\x92\xdc\xc9\x90\xe0\x1bq\xa8\x99+p\xb2\xab\x07p\x10\x00\x00\x05\x02\x03\xc7\xd2\xb6\x03\x02 \xe2\x0f\x06D\x03\x94\x12H\x80\x00\x00\x00\x16\xbb]z\xbb\xbf\x0e\x91\x85' <class 'bytes'>
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!