Skip to content

Commit a4bfef6

Browse files
Merge pull request #3152 from Aljubina/master
renamed the variables
2 parents 76e3877 + bd5e214 commit a4bfef6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

calci.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
a = int(input("enter first value"))
2-
b = int(input("enter second value"))
3-
add = a + b
1+
First = int(input("enter first value"))
2+
Second = int(input("enter second value"))
3+
add = First + Second
44
print(add)

0 commit comments

Comments
 (0)