Update 80_json.py

This commit is contained in:
blueloveTH 2023-10-15 22:39:10 +08:00
parent 020bd7bd26
commit f66c031fa9

View File

@ -7,7 +7,7 @@ a = {
'a': 100, 'a': 100,
'b': 2.5, 'b': 2.5,
'c': None, 'c': None,
'd': [1425245, 278587578142, 397675452452452], 'd': [142, 2785, 39767],
}, },
"f": 'This is a string', "f": 'This is a string',
'g': [True, False, None], 'g': [True, False, None],