Creating a program in python that counts the number of words in a sentence
Hello guys!! I really need your help, I'm starting to use python and I have to write a program that counts the letters of a sentence entered by the user. This is what I have so far, but I don't know why it is not working.. Please help, thank you def main(): phrase = input("Enter a...