[c09aa8]: / templates / parser / evaluateBools.py

Download this file

4 lines (2 with data), 37 Bytes

1
2
3
import sys
print(eval(sys.argv[1]))