Predict the output:
b={}
j={'car':4}
c={}
b['bis']=1
b['ck']=3
con['b']=b
con['j']=j
print(len(con[b]))
Answers
Answered by
0
Explanation:
Predict the output:
b={}
j={'car':4}
c={}
b['bis']=1
b['ck']=3
con['b']=b
con['j']=j
print(len(con[b]))
Similar questions
English,
1 month ago
Math,
1 month ago
Chemistry,
1 month ago
Math,
8 months ago
Computer Science,
8 months ago