bython icon indicating copy to clipboard operation
bython copied to clipboard

Dict fails

Open ole-tange opened this issue 5 years ago • 4 comments

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

ole-tange avatar Jan 12 '21 03:01 ole-tange

The documentation is pretty helpful for this case: https://github.com/mathialo/bython/blob/master/INTRODUCTION.md#21---dictionaries.

kkevlar avatar Mar 02 '21 20:03 kkevlar

Try mine if you'd like. It's newer and may work better My Build of Bython

xXCrash2BomberXx avatar Aug 06 '22 00:08 xXCrash2BomberXx

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?

ole-tange avatar Oct 01 '22 11:10 ole-tange

Yes, should be up now. Sorry about that!

xXCrash2BomberXx avatar Oct 02 '22 00:10 xXCrash2BomberXx