Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Clear category for Three Words by arek.kowalski107
def checkio(text):
array=text.split(" ")
print(array)
i=1
dl=len(array)
print(dl)
if dl>2:
while i
Oct. 22, 2016
Comments: