Ask questions, share knowledge, and connect with a vibrant community on IDNLearn.com. Get step-by-step guidance for all your technical questions from our dedicated community members.
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()
Sagot :
Thank you for participating in our discussion. We value every contribution. Keep sharing knowledge and helping others find the answers they need. Let's create a dynamic and informative learning environment together. Thanks for visiting IDNLearn.com. We’re dedicated to providing clear answers, so visit us again for more helpful information.