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,...


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,="">



Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here