diff --git a/.history/README_20220916154654.md b/.history/README_20220916154654.md new file mode 100644 index 0000000..e69de29 diff --git a/.history/README_20220916154703.md b/.history/README_20220916154703.md new file mode 100644 index 0000000..c528a6a --- /dev/null +++ b/.history/README_20220916154703.md @@ -0,0 +1 @@ +Мой первый проект на Python! \ No newline at end of file diff --git a/.history/README_20220916155000.md b/.history/README_20220916155000.md new file mode 100644 index 0000000..546415e --- /dev/null +++ b/.history/README_20220916155000.md @@ -0,0 +1,2 @@ + +Мой первый проект на Python! \ No newline at end of file diff --git a/.history/python_20220916153555 b/.history/python_20220916153555 new file mode 100644 index 0000000..e69de29 diff --git a/.history/python_20220916153619 b/.history/python_20220916153619 new file mode 100644 index 0000000..c528a6a --- /dev/null +++ b/.history/python_20220916153619 @@ -0,0 +1 @@ +Мой первый проект на Python! \ No newline at end of file diff --git a/.history/task1_20220916155008.py b/.history/task1_20220916155008.py new file mode 100644 index 0000000..e69de29 diff --git a/.history/task1_20220916160847.py b/.history/task1_20220916160847.py new file mode 100644 index 0000000..c2621e6 --- /dev/null +++ b/.history/task1_20220916160847.py @@ -0,0 +1 @@ +print('Введите первое число: end=', a=int(input())) \ No newline at end of file diff --git a/.history/task1_20220916161022.py b/.history/task1_20220916161022.py new file mode 100644 index 0000000..e14fcf5 --- /dev/null +++ b/.history/task1_20220916161022.py @@ -0,0 +1,5 @@ +print('введите первое число: ', end = '') +a = int(input()) +print('введите второе число: ', end = '') +b = int(input()) +print(a,'+',b,'=',int(a + b)) \ No newline at end of file diff --git a/README.md b/README.md index c528a6a..546415e 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ + Мой первый проект на Python! \ No newline at end of file diff --git a/python b/python new file mode 100644 index 0000000..c528a6a --- /dev/null +++ b/python @@ -0,0 +1 @@ +Мой первый проект на Python! \ No newline at end of file diff --git a/task1.py b/task1.py new file mode 100644 index 0000000..e14fcf5 --- /dev/null +++ b/task1.py @@ -0,0 +1,5 @@ +print('введите первое число: ', end = '') +a = int(input()) +print('введите второе число: ', end = '') +b = int(input()) +print(a,'+',b,'=',int(a + b)) \ No newline at end of file