diff --git a/assignment-1.py b/assignment-1.py index 834f9bf..0683742 100644 --- a/assignment-1.py +++ b/assignment-1.py @@ -1,5 +1,5 @@ ''' -Problem Statement: In second year computer engineering class, group A student’s play cricket, group B students play badminton and group C students play football. +Problem Statement: In second year computer engineering class, group A student's play cricket, group B students play badminton and group C students play football. Write a Python program using functions to compute following: a) List of students who play both cricket and badminton b) List of students who play either cricket or badminton but not both