[mod] example:logic
This commit is contained in:
parent
0d09f8ff24
commit
b848eeecd6
|
|
@ -26,7 +26,7 @@ def main():
|
|||
content = _sys.stdin.read()
|
||||
node = _json.loads(content)
|
||||
value = evaluate(node)
|
||||
_sys.stdout.write(str(value) + "\n")
|
||||
_sys.stdout.write(_json.dumps(value) + "\n")
|
||||
|
||||
|
||||
main()
|
||||
|
|
|
|||
Loading…
Reference in a new issue