Get your own Python server Result Size: 625 x 565
x
 
#import os module
import os
#print the list of all group ids for the specified user 
print(os.getgrouplist("admin", 100))
[100]