Ответ:
False
Объяснение:
a=4
b=6
c=7
result= not a < 9 and (c==7 or b)
print (result)
Copyright © 2025 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Verified answer
Ответ:
False
Объяснение:
a=4
b=6
c=7
result= not a < 9 and (c==7 or b)
print (result)