Horje
how to sum 2 no.s in python Code Example
how to sum 2 no.s in python
num1 = int(input("enter a number : "))
num2 = int(input("enter another number : "))
sum = num1 + num2 
print(sum)




Python

Related
how to send jobs to queue dynamically Code Example how to send jobs to queue dynamically Code Example
qpushbutton clicked Code Example qpushbutton clicked Code Example
python code to demonstrate inheritance with animal class Code Example python code to demonstrate inheritance with animal class Code Example
how do i select a range of columns by index Code Example how do i select a range of columns by index Code Example
how to get tomorrow date in python Code Example how to get tomorrow date in python Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8