Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- user_input = input("Enter a sentence")
- print("The:",user_input.count("The"))
- print("the:",user_input.count("the"))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement