© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Tejaswini
Tech Enthusiast | Learning, Building, and Sharing Tech
What is a Variable in Python? Variable consider as a Container or Location where we can store data. A variable is a name that refers to a value stored in memory. Example : name = "Tejaswini" age = 23 Here: name stores a string age stores a numb...
No responses yet.