Question: what is the correct answer In [9]: # asia_countries = [] for row in covid_data : if row[1] == Asia: asia_countries.oppend(row) print(the number asian countries
In [9]: # asia_countries = [] for row in covid_data : if row[1] == "Asia": asia_countries.oppend(row) print("the number asian countries is ", len(asia_countries)) File "
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
