Vidyalelo
Python · Q22

Python MCQs: Bitwise and Boolean Operations Chapter

Programming · Python · question 22

Q22

What will be the output of the following Python code if the system date is 21st June, 2017 (Wednesday)? [] or or []

A.
[]
{}
B.
[]
[]
C.
{}
[]
Answer
D.
{}
{}

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board