Computer Science, asked by vaibhavkulal433, 2 months ago

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 zohaibasgharzoh
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