How it Works
Flashcards
Learn
Marketplace
Community
My Decks
Stats
🇺🇸
English
Sign In
Get Started
Home
/
Community
/
Python Basics
Python Basics
2 cards
0 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.