PageRenderTime 19ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/pyjs/tests/test044.py

http://pyjamas.googlecode.com/
Python | 10 lines | 10 code | 0 blank | 0 comment | 0 complexity | 065be840481373f7398afe809f68c545 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
  1. def test():
  2. x = -y
  3. x = y + z
  4. x = y - z
  5. x = y * z
  6. x = y / z
  7. x = y % z
  8. x = ~y
  9. x = y & z
  10. x = y | z