Python Basics

2 cards0 clones
Clone this Deck & Start Studying

Flashcards (2)

Card 1

What is a list comprehension?

A concise way to create lists in Python.
Card 2

What is a decorator?

A function that modifies the behavior of another function.