6)
What gets printed with the following code ? (1)
X = True
y = False
Z = False
if not x ory:
print 1
elif not x or not y and z
print 2
elif not x or y or not y and x.
print 3
else
print 4
Answers
Answered by
0
Answer:
true
Explanation:
Leif not x or y or not y and x
Answered by
0
Answer:
A computer is a machine that accepts data as input, processes that data using programs, and outputs the processed data as information. Many computers can store and retrieve information using hard drives. Computers can be connected together to form networks, allowing connected computers to communicate with each other
Similar questions
Math,
2 months ago
Math,
5 months ago
Math,
5 months ago
English,
11 months ago
Computer Science,
11 months ago