Please enter the commit message for your changes. Lines starting

with '#' will be ignored, and an empty message aborts the commit.

 On branch master
 Your branch is up to date with 'origin/master'.

 Changes to be committed:
	new file:   task3.py

 Changes not staged for commit:
	modified:   task3.py

 Untracked files:
	task4.pu
master
sofi 3 years ago
parent 136befd703
commit 059a9cabca
  1. 5
      task3.py

@ -0,0 +1,5 @@
a = print("введите первоу число: " , end = "")
a = int(input())
b = print("введите первоу число: " , end = "")
b = int(input())
print(a, "+" ,d, "=" ,int(a + b))
Loading…
Cancel
Save