๐๏ธ FlashcardsProgrammingbeginnereasy
Python Basics Flashcards
Master Python fundamentals with these flashcards covering variables, loops, and functions.
8 cards
1 / 8easy
Front
What is a variable in Python?
Tap to reveal answerAnswer
A variable is a named storage location that holds a value. Example: name = 'Adiksha'