Kvikontent commited on
Commit
82c6778
·
verified ·
1 Parent(s): d7f5125

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -15,6 +15,7 @@ def python_to_javascript(python_code):
15
  "True": "true",
16
  "False": "false",
17
  "==": "===",
 
18
  "and": "&&",
19
  "or": "||",
20
  "not": "!",
 
15
  "True": "true",
16
  "False": "false",
17
  "==": "===",
18
+ ":": "{"
19
  "and": "&&",
20
  "or": "||",
21
  "not": "!",