How to declare variable and print it in python

CODE




How to declare variable and print it in python:

>>>a="hello"
>>>b="world"
>>> c=a+b
>>> print(c)

Output:
helloworld

How to declare variable and print it in python How to declare variable and print it in python Reviewed by Unknown on December 10, 2018 Rating: 5

No comments:

If you have any doubt or query ,comment below:

Programming copyright © 2018-19. Powered by Blogger.