Skip to content
Snippets Groups Projects
Commit 227571a8 authored by Pravesh's avatar Pravesh
Browse files

lab1 after eval

parent 671755bb
No related branches found
No related tags found
No related merge requests found
num1 = int(input("Enter First No: "))
num2 = int(input("Enter Second No:"))
print(num1+num2)
print("The sum is: ",num1+num2)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment