Python Program – List Display

preview_player
Показать описание
Take a list of integer number from the user, say for example:
a = [1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89]
Write a Python program that prints out all the elements of the list that are less than a number(like 5)
#python #coding #list
Рекомендации по теме