6 lines
63 B
Python
6 lines
63 B
Python
#!/usr/bin/python3
|
|
import os
|
|
|
|
print(os.getid)
|
|
print(os.getpid)
|