News

python program. Contribute to sdklick/write-a-python-program-to-add-two-number development by creating an account on GitHub. Skip to content. Navigation Menu Toggle navigation. Sign in Product GitHub ...
program 1 : add two numbers first =input("enter first numebr :") second=input("enter second number :") sum=int(first)+int(second) print(sum) Program 2:descrption 1.Add a person with name Tony stark ...