Spaces:
Running
Running
Update app.py
Browse files
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": "!",
|