Header Ads Widget

Python program to add two numbers

 

Python  program to add two numbers

Given two numbers , objective of code is to write a program to add both numbers in python .

Example :-

input:-
5 4
Output:-
9

Python  program to add two numbers

Given two integers the objective of code is to write a program that will give sum of both integers in Python.

Code:-

a=5
b=4
sum=a+b
print(sum)


Recommended Post :-

HCL Coding Questions:-

Capgemini Coding Questions:-

Companies interview:-

Full C course:-    

Key points:-

Cracking the coding interview:-

 Array and string:-

Tree and graph:-

Hackerearth Problems:-

Hackerrank Problems:-

Data structure:-

 MCQs:-