view bin/json @ 11671:d983d37ceded draft

<oerjan> slwd oren//s/He.*soon/He\'s finally got the hang of toycj tuping/
author HackEso <hackeso@esolangs.org>
date Sun, 09 Dec 2018 10:14:42 +0000
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')