/pyjs/tests/test039.py
http://pyjamas.googlecode.com/ · Python · 4 lines · 4 code · 0 blank · 0 comment · 0 complexity · e551131c6c74a5908c70e989001f5d9c MD5 · raw file
- def test():
- foo = {}
- foo["five"] = 5
- del foo["five"]
http://pyjamas.googlecode.com/ · Python · 4 lines · 4 code · 0 blank · 0 comment · 0 complexity · e551131c6c74a5908c70e989001f5d9c MD5 · raw file
- def test():
- foo = {}
- foo["five"] = 5
- del foo["five"]