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