Skip to content
Snippets Groups Projects
Select Git revision
  • e97692a5b2e4ae1bdec237b1b4e58fe1f9a21eaa
  • master default protected
2 results

cse16259_e1_3.py

Blame
  • cse16259_e1_3.py 137 B
    num1=int(input("Enter the first number : "))
    num2=int(input("Enter the second number : "))
    print ("Sum of the numbers is : ",(num1+num2))