new file: .history/README_20220916154654.md

new file:   .history/README_20220916154703.md
	new file:   .history/README_20220916155000.md
	new file:   .history/python_20220916153555
	new file:   .history/python_20220916153619
	new file:   .history/task1_20220916155008.py
	new file:   .history/task1_20220916160847.py
	new file:   .history/task1_20220916161022.py
	modified:   README.md
	new file:   python
	new file:   task1.py
master
Krasnikov.pro 3 years ago
parent 137c329f6e
commit b46f6123f4
  1. 0
      .history/README_20220916154654.md
  2. 1
      .history/README_20220916154703.md
  3. 2
      .history/README_20220916155000.md
  4. 0
      .history/python_20220916153555
  5. 1
      .history/python_20220916153619
  6. 0
      .history/task1_20220916155008.py
  7. 1
      .history/task1_20220916160847.py
  8. 5
      .history/task1_20220916161022.py
  9. 1
      README.md
  10. 1
      python
  11. 5
      task1.py

@ -0,0 +1 @@
Мой первый проект на Python!

@ -0,0 +1,2 @@
Мой первый проект на Python!

@ -0,0 +1 @@
Мой первый проект на Python!

@ -0,0 +1 @@
print('Введите первое число: end=', a=int(input()))

@ -0,0 +1,5 @@
print('введите первое число: ', end = '')
a = int(input())
print('введите второе число: ', end = '')
b = int(input())
print(a,'+',b,'=',int(a + b))

@ -1 +1,2 @@
Мой первый проект на Python!

@ -0,0 +1 @@
Мой первый проект на Python!

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