Introduction
Software Requirement
Python 3.5.2
Simple Programming
- a="C#"
- b="Corner"
- print("Value of A:",a)
- print("Value of B:",b)
- print(a+b)
- print(a+b+" is to learn New technology")
- print("%s %s" %(a,b))
- print("%s %10s" %(a,b))
Output


Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

kalu singh raoPosted Jul 12, 2016, 1:50 AM
Nice...
Anu VPosted Jul 12, 2016, 12:18 AM
Nice share