Print The Negative Numbers In A List | Python Example

Поделиться
HTML-код
  • Опубликовано: 18 окт 2024
  • How to print the negative numbers in a list using Python. Source code: github.com/por.... Check out www.portfolioc... to build a portfolio that will impress employers!

Комментарии • 1

  • @kamurashev
    @kamurashev 2 месяца назад +1

    print([i for i in number_list if i < 0])