Pages

Subscribe:

Ads 468x60px

Wednesday, December 7, 2022

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) 

No comments:

Post a Comment