Get your own Python server Result Size: 625 x 565
x
 
#Import os Library
import os
#Print the current process's real, effective and saved group id
print (os.getresgid())
(1000, 1000, 1000)