CODE How to declare variable and print it in python: >>>a="hello" >>>b="world" >>> c=a+b >>> print(c) Output: helloworld
No comments:
If you have any doubt or query ,comment below: