Compare commits
2 Commits
136befd703
...
bc5865e7e4
Author | SHA1 | Date |
---|---|---|
|
bc5865e7e4 | 3 years ago |
|
059a9cabca | 3 years ago |
@ -0,0 +1,5 @@ |
|||||||
|
a = print("введите первоу число: " , end = "") |
||||||
|
a = int(input()) |
||||||
|
b = print("введите первоу число: " , end = "") |
||||||
|
b = int(input()) |
||||||
|
print(a, "+" , b , "=" ,int(a + b)) |
Loading…
Reference in new issue