D
Size: a a a
D
VA
D
VA
SR
АС
AY
АС
VA
Python3
import json
d = {(1,2): print}
js = json.dumps(d)
Traceback (most recent call last):
File "source_file.py", line 3, in <module>
js = json.dumps(d)
File "/usr/lib/python3.5/json/__init__.py", line 230, in dumps
return _default_encoder.encode(obj)
File "/usr/lib/python3.5/json/encoder.py", line 198, in encode
chunks = self.iterencode(o, _one_shot=True)
File "/usr/lib/python3.5/json/encoder.py", line 256, in iterencode
return _iterencode(o, 0)
TypeError: keys must be a string
AY
VA
SR
VA
SR
VA
SR
SR
SR
VA
SR