Run ❯
Get your
own Python
server
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
#import os module import os #print the list of all group ids for the specified user print(os.getgrouplist("admin", 100))
[100]