#import os module
import os
#print the list of all group ids for the specified user
print(os.getgrouplist("admin", 100))