Your experience on this site will be improved by allowing cookies
Writing python codes can be done in two ways.
Example 1: Printing Sum of two numbers in python using a text editor.
//pythonexample.py
a = 2000 b = 4000 print a+b |
Output:
Example 2: Printing Sum of two numbers in python using a Python interactive shell.
0 comments