diff --git a/calculator b/calculator new file mode 100644 index 0000000..aaf45c6 --- /dev/null +++ b/calculator @@ -0,0 +1,4 @@ +x = int(input("first no.--) ") +y = int(input("scond no.--) ") +z = x + y +print(z)