Compare commits
No commits in common. '7e122648568ba50e5e51435077e677164e720c54' and '30a6346fc515d4cf724fe9783a66ef5fdd601eb2' have entirely different histories.
7e12264856
...
30a6346fc5
@ -1,9 +0,0 @@ |
||||
a = int(input('Введите первое число:',)) |
||||
b = int(input('Введите второе число:',)) |
||||
if a > b: |
||||
print(1) |
||||
else: |
||||
if a > b: |
||||
print(2) |
||||
else: |
||||
print(0) |
||||
Loading…
Reference in new issue