How to create variables in python

 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) 

Admin

A Software Engineer, Social Media Marketing Expert, writer,

Post a Comment

Previous Post Next Post