Create 1 - Python Adder.py
This commit is contained in:
parent
76e19b5b76
commit
4195fcf9e2
3
8/1 - Python Adder.py
Normal file
3
8/1 - Python Adder.py
Normal file
@ -0,0 +1,3 @@
|
||||
S = input()
|
||||
S = S.split("+")
|
||||
print(int(S[0])+int(S[1]))
|
Loading…
Reference in New Issue
Block a user