====== Python: Eval ====== import ast rst = ast.literal_eval("1+3") {{tag>python eval exec ast}}