fix: updated JSON string in snippet for Python Web Services (#40742)
This commit is contained in:
@ -16,13 +16,13 @@ What will the following code print?:
|
||||
import json
|
||||
data = '''
|
||||
[
|
||||
{ 'id' : '001',
|
||||
'x' : '2',
|
||||
'name' : 'Quincy'
|
||||
{ "id" : "001",
|
||||
"x" : "2",
|
||||
"name" : "Quincy"
|
||||
} ,
|
||||
{ 'id' : '009',
|
||||
'x' : '7',
|
||||
'name' : 'Mrugesh'
|
||||
{ "id" : "009",
|
||||
"x" : "7",
|
||||
"name" : "Mrugesh"
|
||||
}
|
||||
]
|
||||
'''
|
||||
|
Reference in New Issue
Block a user