mastclair6 mastclair6 06-10-2022 Computers and Technology Answered 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()