From 059a9cabcad6b72cad6475aa07c8ca092e0e42e0 Mon Sep 17 00:00:00 2001 From: sofi Date: Fri, 16 Sep 2022 16:47:40 +0300 Subject: [PATCH] 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 --- task3.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 task3.py diff --git a/task3.py b/task3.py new file mode 100644 index 0000000..91e9f56 --- /dev/null +++ b/task3.py @@ -0,0 +1,5 @@ +a = print("введите первоу число: " , end = "") +a = int(input()) +b = print("введите первоу число: " , end = "") +b = int(input()) +print(a, "+" ,d, "=" ,int(a + b))