Show the printout of the following code:student1 = {"peter", "john", "tim"}student2 = {"peter", "johnson", "tim"}print(student1.issuperset({"john"}))print(student1.issubset(student2))print({1, 2, 3} > {1, 2, 4})print({1, 2, 3} < {1,="" 2,="">print({1, 2} < {1,="" 2,="">print({1, 2} <= {1,="" 2,="">=>
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here