I want to create python script file and how it is run with command line.
like this:
file include this cording part:
include to numbers as command line param and print the sum of the numbers.
C:\python32\python.exe some.py 1 2
result will be :
The sum is 3
I want to do above scenario in python.
If the two numbers are integer:
or, more generally: