What is the output of the following code
if 'bar' in {'foo': 1, 'bar': 2, 'baz': 3}:
print(1)
print(2)
if 'a' in 'qux':
print(3)
print(4)
a)1
2
4
b)Error
c)1
2
3
4
d)4
Answers
Answered by
0
Answer:
good morning hiiiiiiiiiiiii
Similar questions
Math,
2 months ago
Hindi,
2 months ago
Math,
5 months ago
English,
5 months ago
Math,
10 months ago
Computer Science,
10 months ago
Computer Science,
10 months ago