Ответ:
yxz
Объяснение:
print("x y z F")
for x in range(2):
for y in range(2):
for z in range(2):
if ((not x or z)and(not x or not y or not z))==0:
print(x,y,z,int((not x or z)and(not x or not y or not z)))
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
yxz
Объяснение:
print("x y z F")
for x in range(2):
for y in range(2):
for z in range(2):
if ((not x or z)and(not x or not y or not z))==0:
print(x,y,z,int((not x or z)and(not x or not y or not z)))