Python Assignment
I need to create a card game which 2 users can play. Generate 3 random cards to suits and value for each user. Find the biggest value of each and add to their own point counter. Display which of the values is bigger in each turn taken. While loop until user doesnt want to play anymore, display points earned by each user and say who won. Functions! I need to use functions and return the values. Thank u!! Please help urgently!
