Python Typing Practice
Type the code below as fast and accurately as you can
Difficulty:
0
WPM
100%
Accuracy
0
Errors
60s
Timer
PythonMedium
import json
data = {"name": "Alice", "age": 30}
result = json.dumps(data, indent=2)
Start typing to begin
Type the code below as fast and accurately as you can
0
WPM
100%
Accuracy
0
Errors
60s
Timer