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
History,
1 month ago
Math,
10 months ago
Computer Science,
10 months ago