๐Ÿ—‚๏ธ FlashcardsProgrammingbeginnereasy

Python Basics Flashcards

Master Python fundamentals with these flashcards covering variables, loops, and functions.

24 cards

1 / 24easy
Front

What is a variable in Python?

Tap to reveal answer
Answer

A variable is a named storage location that holds a value. Example: name = 'Adiksha'

Continue Learning