modified: ffff.py

master
belil 3 years ago
parent ef089d4471
commit 446789beec
  1. 8
      ffff.py

@ -2,4 +2,10 @@ print('введите число: ',end = '')
a = int(input())
print('введите число: ', end = '')
b = int(input())
print(a, '+' ,b, '=',int(a + b))
if a > b:
print(1)
else:
if a < b:
print(2)
print(0)

Loading…
Cancel
Save