What is a variable in Python? (Hindi) | The Learning Setu

Опубликовано: 22 Март 2026
на канале: Coding Chaska
233
7

A variable is a named location used to store data in the memory. Whenever you want to store value/data in the memory, we define a variable. The value stored in a variable can be changed later throughout programming.

Syntax to define a variable
variable_name = value

Example

a = 20

The above line will store a value 20 in the computer’s memory. That can be accessed or changed using variable name a.

Timestamps
00:00 Introduction
00:38 Need of a variable
2:00 How to define a variable?

Google Colab Notebook - https://drive.google.com/file/d/1IAbC...

Website - https://www.thelearningsetu.com
Youtube -    / thelearningsetu  
Facebook -   / thelearningsetu  
Twitter -   / thelearningsetu  
Instagram -   / thelearningsetu  
Telegram - https://t.me/thelearningsetu

Thanks for watching