view bin/json @ 11462:f9485e29a250 draft

<shachaf> slwd hackeso//s/ H/ entirely&/
author HackEso <hackeso@esolangs.org>
date Sat, 07 Apr 2018 23:56:24 +0100
parents e037173e0012
children
line wrap: on
line source

#!/usr/bin/env python
import sys
import json
data = json.loads(sys.stdin.read().decode('utf-8'))
print eval(sys.argv[1]).encode('utf-8')