Ответ:
00100000
for a in range(2):
for b in range(2):
for c in range(2):
print(int(not(not (not a) or not b) and not(not b or c)),end='')
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
00100000
for a in range(2):
for b in range(2):
for c in range(2):
print(int(not(not (not a) or not b) and not(not b or c)),end='')