mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
Update 80_json.py
This commit is contained in:
parent
020bd7bd26
commit
f66c031fa9
@ -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],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user