Python Classroom image

Anil  Bist / Professional / Web Technology

 
To post your Question Join Classroom
 
Lesson Topics's No:-  First|8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16|Last
Lessons:-INTRODUCTION

1.9. THE IDLE EDITOR AND EXECUTION 17
run from a file like the first sample program, Python does not display expressions this way. If you want your
program to display something, you can give explicit instructions with the print function. Try in the Shell:
x = 3
y = 5
print(’The sum of’, x, ’plus’, y, ’is’, x+y)
The print function will prints as strings everything in a comma-separated sequence of expressions, and it
will separate the results with single blanks by default. Note that you can mix types: anything that is not
already a string is automatically converted to its string representation.
You can also use it with no parameters:
print()
to just advance to the next line.

 
 
 
image
Anil  Bist

Skills    Python

Qualifications :- High School - SLV, College/University - Graphic Era Deemed Univ University,
Location :-Dehradun,Dehradun,Uttarakhand,India
Description:-

I started my Professional Journey in 2006 with one of the Web Development Company in Bangalore and my 1st framework was "Ruby on Rail" as Web development and delivered around 5+ Projects using this platform. Then came another dimension as JEE/Sturst framework, Gradually I realized that I want to build something on my own and give my passion and energy on creating something different a
Explore

 

  Students (0)