Skip to content

Instantly share code, notes, and snippets.

@ranamahmud
Created January 10, 2016 07:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ranamahmud/dea715eb64b692362571 to your computer and use it in GitHub Desktop.
Save ranamahmud/dea715eb64b692362571 to your computer and use it in GitHub Desktop.
sentance = raw_input("Entear your sentance: ")
space_count = sentance.count(' ')
if space_count == 3 or space_count == 4 or space_count== 5:
print "Sentance is good"
Copy link

ghost commented Jan 10, 2016

thnx mann

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment