import jsonimport binascii secret_number = input()jsonified = binascii.unhexlify(secret_number).decode('UTF-8')name, power, attack = json.loads(jsonified) print(name)print(power)print(attack)
5b22616263222c20352e302c205b312c20322c20335d5d
abc 5.0 [1, 2, 3]
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!