/pyjs/tests/test039.py

http://pyjamas.googlecode.com/ · Python · 4 lines · 4 code · 0 blank · 0 comment · 0 complexity · e551131c6c74a5908c70e989001f5d9c MD5 · raw file

  1. def test():
  2. foo = {}
  3. foo["five"] = 5
  4. del foo["five"]