Variables explained with examples |

Published: 18 March 2025
on channel: Progra Coding school
13
0

1.We store information

A variable is a place where we store information in a computer program.
Examples: name = "Alex" # Storing the name "Alex" in a variable
age = 10 # Storing the number 10 in a variable

2.We can get the information back

Whenever we need the information stored in a variable, we can get it back.
Example: color = "Blue" # Storing information
print(color) # Getting the stored information

3.We can change the value

We can change the value stored in a variable anytime.
Example: favorite_food = "Pizza" # First, we store "Pizza"
print(favorite_food) # Output: Pizza
favorite_food = "Pasta" # Now, we change it to "Pasta"
print(favorite_food) # Output: Pasta

Enrollment and Contact Information:
Interested in enrolling your child at Progra Kids Coding School? For more information about our programs, admissions, and upcoming sessions, please get in touch with us:

   / @progra-coding-school  
  / progra.coding.school  

📞 Phone: +91 9566266696
📧 Email: info@progra.in
🌐 Website: www.progra.in

Address:
Progra Kids Coding School,
128, 12th cross street,
Kamarajar Nagar,
Perungudi,
Chennai-96
Map : https://maps.app.goo.gl/CALbVj4SDbo4v...

#education
#pythonforbeginners
#pythonprogramming
#codingforkids
#programming
#python


On this page of the site you can watch the video online Variables explained with examples | with a duration of hours minute second in good quality, which was uploaded by the user Progra Coding school 18 March 2025, share the link with friends and acquaintances, this video has already been watched 13 times on youtube and it was liked by 0 viewers. Enjoy your viewing!