4 lines
98 B
Python
4 lines
98 B
Python
#!/usr/bin/env python3
|
|
import json
|
|
print(json.dumps({"skill": "pandas-data-analysis"}, indent=2))
|