bnsagar90

Basic Python Programs

Jul 2nd, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. 1) Reading file
  2. 2) Given sentence finding number of words in that sentence.
  3. 3) Given a sentence find the frequency of occurrence of the words.
  4. 4) Given a sentence make all the words first letter capital.
  5. 5) Given a sentence make all the words to lower case.
  6. 6) Given a sentence print word that starts with vowels.
  7. 7) Given a sentence print word that ends with vowels.
  8. 8) Given a sentence print word whose length is greater than 3
Add Comment
Please, Sign In to add comment