X = 523 if x > 500: print("X is greater than 500") elif x < 500: print("X is less than 500") elif x == 500: print("X is 500") else: print("X is not a number") X is greater than 500 X is 500 X is not a number O X is less than 500​

Приложения:

Ответы

Ответ дал: konakbaevazanar69
0

Ответ:

X is greater than 500

Объяснение:

Вас заинтересует