Computer Science, asked by surbhi1437, 5 months ago

Indian Premier League IPL Cricket Matches
are organized for few Days.
The problem is to prepare Timetable from
Dayl to Day n, where n depend on number of
teams participating.
Set A represent the Names of Teams
participating
Set A will be input from user. Do not show
input user message. Directly accept the team
names as string values and enter q to stop
taking inputs.
Write code to display Pairing of Teams and
possible number of matches possible
excluding Semi Final and Final.
Note : Minimum 3 Teams are required and
maximum limit of Teams is 12.
Example 1:
Input Values
CHENNAI
mumbai
kolkata
patana
q

output values
total matches :6
chennai -vs- mumabi
chennai -vs kolkata
chainai- vs- patana
Mumbai-vs- kolkata
mumbai-vs- patana
Kolkata-vs -patana
program python 3.8

Answers

Answered by ajitshukla1974
1

Answer:

there is no team naming patna

Explanation:

the teams are

RCB-Royal challengers banglore

CSK-Chennau super Kings

MI-Mumbai Indians

DC-Delhi capitals

KKR-Kolkata Kinght riders

SRH-Sunrises hydrabad

RR-Rajasthan royals

KXIP-Kings 11 punjab

Similar questions