Given two variables , is_empty which is  associated with a bool , indicating whether a class roster is empty or  not, and number_of_credits which is associated with an int , containing  the number of credits for a class, write an expression that evaluates to  True if the class roster is not empty and the class is more than two  credits.