• Задано речення. Скласти програму, яка визначає і виводить на екран всі слова в порядку неспадання їх довжин. мова програмування пайтон

Ответы 1

  • sentence = input("Enter a sentence: ")

    # Split the sentence into a list of words

    words = sentence.split()

    # Sort the list of words by length (in ascending order)

    words.sort(key=len)

    # Print the sorted list of words

    print(words)

  • Добавить свой ответ

Войти через Google

или

Забыли пароль?

У меня нет аккаунта, я хочу Зарегистрироваться

How much to ban the user?
1 hour 1 day 100 years