Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Task 2: Which teams played the match?

Well done, on solving your first task. You must be pretty excited to try more things, right?

Now, lets start with something basic and find the teams which played the first ever match in IPL.

  • Save the names of the teams playing that match in a variable teams.

Find the teams who played that match and return their names.

FOOD FOR THOUGHT

Guess the type of variable teams?