issubset() returns True if the left set is a subset of the right, and False otherwise, like here with study_group.
issubset()
True
False
study_group
Make sure to type study_group.