Advertisement
Arcot

ch6 ex1

Oct 20th, 2022
1,076
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. user_input = input("Enter a sentence")
  2.  
  3. print("The:",user_input.count("The"))
  4. print("the:",user_input.count("the"))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement