Python Variables

Published: 26 June 2021
on channel: Serine
22
2

Variables are containers for storing data values.

Creating Variables

Python has no command for declaring a variable.

A variable is created the moment you first assign a value to it.

x = 5
y = "John"
print(x)
print(y)
o/p 5
John


On this page of the site you can watch the video online Python Variables with a duration of hours minute second in good quality, which was uploaded by the user Serine 26 June 2021, share the link with friends and acquaintances, this video has already been watched 22 times on youtube and it was liked by 2 viewers. Enjoy your viewing!