Variables can be created in python very easily. Every variable will be created in python by just assigning it to a value.
See the bellow code:
A=5
B="hello "
Print (a)
Print (b)
Learn Web Technologies for Free. Learn C#, LINQ, ASP.NET MVC, .NET Core, jQuery, JavaScript, Angular, Node.js, HTTPS, Python, Sass, D3.js, and many more latest technologies using easy tutorials.
Variables can be created in python very easily. Every variable will be created in python by just assigning it to a value.
See the bellow code:
A=5
B="hello "
Print (a)
Print (b)
No comments:
Post a Comment