/pyjs/tests/test039.py
Python | 4 lines | 4 code | 0 blank | 0 comment | 0 complexity | e551131c6c74a5908c70e989001f5d9c MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
1def test(): 2 foo = {} 3 foo["five"] = 5 4 del foo["five"]
1def test(): 2 foo = {} 3 foo["five"] = 5 4 del foo["five"]