#Import os Library
import os
#Print the current process's real, effective and saved group id
print (os.getresgid())