Определите какое условие было написано в программе, если она выдаёт следующие результаты:

ВВОД ВЫВОД
4
3 4 6

3
3 3 6

3
4 6 4

a = int(input())
b = int(input())
if a (?) b:
a *= 2
else:
b *= 2
print(a, b)
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2024 SCHOLAR.TIPS - All rights reserved.