6 lines
43 B
Python
6 lines
43 B
Python
|
#!/usr/bin/python
|
||
|
|
||
|
import os
|
||
|
|
||
|
print ("P3")
|