Skip to content

Instantly share code, notes, and snippets.

@fuwiak
Created October 26, 2020 17:49
Show Gist options
  • Save fuwiak/7d5b6053b2b6ac639c37b637d79c328c to your computer and use it in GitHub Desktop.
Save fuwiak/7d5b6053b2b6ac639c37b637d79c328c to your computer and use it in GitHub Desktop.
score = []
for word in slowa:
N=len(word)
score.append(N)
srednia=sum(score)/len(slowa)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment