soc01h-cc-Mirela-Nicolaescu.py L = 'land' W = 'water' world = [L,L,L,L,L,L,W,W,W,W,W] continent_size = world.count(L) print(continent_size)