Computer Science, asked by kavyaekambaram8, 2 months ago

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 mariacatherena
0

Answer:

true

Explanation:

Leif not x or y or not y and x

Answered by farhan2024
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