Визнач, що буде надруковане після виконання оператора множинного розгалуження.

а = 14

x = False
y = False
if a< 10: print(1)
elif x and y: print(2)
elif not x and y: print(3)
elif x or y: print(4)
else: print(5)

Запиши відповідь:
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.