From fdf7a8a599997201ad9120cc1ec745176ffa81cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sun, 21 Jul 2019 23:51:03 +0200 Subject: [PATCH] Eval --- index.html | 2 +- parse.js | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index dda6de8..3884908 100644 --- a/index.html +++ b/index.html @@ -1836,7 +1836,7 @@ last_el = op.methodcaller('pop')(<l >>> literal_eval('[1, 2, 3]') [1, 2, 3] >>> literal_eval('abs(1)') -ValueError: malformed node or string +ValueError: malformed node or string

#Coroutine