Python - Structured Data Files
What is the output of this code?
import json
data = {'name': 'Alice', 'age': 30}
print(json.dumps(data, indent=2))import json
data = {'name': 'Alice', 'age': 30}
print(json.dumps(data, indent=2))15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions