Welcome to Westonci.ca, where curiosity meets expertise. Ask any question and receive fast, accurate answers from our knowledgeable community. Explore comprehensive solutions to your questions from a wide range of professionals on our user-friendly platform. Join our Q&A platform to connect with experts dedicated to providing accurate answers to your questions in various fields.

def main():
sentence = input('Please enter a sentence: ')
length = int(sentence)
print('The length of the sentence is', length)
main()



(Please fix without using the function len()