am practicing python I have this issue here, I have a list of three teams,teams = ['manu','spurs','roma'] just looping through the index 0 i was able to print the outcome
teams = ['manu','spurs','roma']
for m in teams[0]:
    print(m,'\t')` but can I print all the teams in a tabula form like

help out
 
     
     
    