Python: Simple Programs 1

Program 1: Write a python program to input two numbers from user and calculate their
sum. The Python program to add two numbers and display their sum as output.
How to add two numbers in Python programming.

For Example

Input

Input first number: 20

Input second number: 10

Output

Sum = 30

Q1

OUTPUT

Q1 ans.png