Variables explained with examples |

Publié le: 18 mars 2025
sur la chaîne: 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


Sur cette page du site, vous pouvez voir la vidéo en ligne Variables explained with examples | durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Progra Coding school 18 mars 2025, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 13 fois et il a aimé 0 téléspectateurs. Bon visionnage!