/pyjs/tests/test044.py
Python | 10 lines | 10 code | 0 blank | 0 comment | 0 complexity | 065be840481373f7398afe809f68c545 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
- def test():
- x = -y
- x = y + z
- x = y - z
- x = y * z
- x = y / z
- x = y % z
- x = ~y
- x = y & z
- x = y | z