47.py 1 2 3 4sentence = input("Enter A Sentence : ") words = sentence.split() print(f"Word Count : {len(words)}")