posted 2 years ago
So I got this little python code and its job is to translate JS to Python and lets say umm i am very original so here is my code:
main.js
```
main.py:
looks fine but the output is:
there is a problem with the a variable it should be: a = {"Hello": "Hey"}
can you please help me fix it