From dd2ed81b55e4234db09e3d9e14591b1eaa21cab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B0=D0=BB=D0=B5=D1=80=D0=B8=D1=8F?= Date: Thu, 24 Aug 2023 20:15:23 +0300 Subject: [PATCH] My first commit --- Practice/VPotapova/task1.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Practice/VPotapova/task1.py diff --git a/Practice/VPotapova/task1.py b/Practice/VPotapova/task1.py new file mode 100644 index 00000000..39166761 --- /dev/null +++ b/Practice/VPotapova/task1.py @@ -0,0 +1,8 @@ +a=input("Введите а:") +b=input("Введите b:") +print(a, b) + + +c=100500 +print(c) +