bython
bython copied to clipboard
Dict fails
This fails in Bython
a = { 'a', 'b' }
print("Works in Python")
With:
$ bython test2.py
File "python_test2.py.py", line 1
a =:'a', 'b'
^
SyntaxError: invalid syntax
The documentation is pretty helpful for this case: https://github.com/mathialo/bython/blob/master/INTRODUCTION.md#21---dictionaries.
Try mine if you'd like. It's newer and may work better My Build of Bython
Try mine if you'd like. It's newer and may work better My Build of Bython
https://github.com/xXCrash2BomberXx says:
xXCrash2BomberXx doesn't have any public repositories yet.
Did you forget to make it public?
Yes, should be up now. Sorry about that!