skulpt / skulpt

Skulpt is a Javascript implementation of the Python programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

str.format doesn't ignore {{}}

s-cork opened this issue · comments

commented
"{{}}".format('foo')
# expected '{}'
# actual '{foo}'

(f-strings work as expected)