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) +