From 9e047e1c495d762814757fa38d73be2cb924cd80 Mon Sep 17 00:00:00 2001 From: Kshitij Date: Thu, 7 Dec 2023 14:28:42 +0530 Subject: [PATCH] fixed last option in assignment-1, changed variable names for better understanding, cleaner code. [perfect code] --- assignment-1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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