Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 164 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 164 Bytes

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)