5 lines
52 B
Python
5 lines
52 B
Python
#!/usr/bin/python
|
|
|
|
import json
|
|
|
|
print json.dumps(1)
|