Storing Data using Variables in Python

6 months ago
1

In this video code, the name variable holds the string "T & M," and the age variable holds the integer 25. You can modify these values based on the information you want to store. The print statements then display this information to the console.

Loading comments...