Back

CODE

Created 5 years ago
111 Views
1 Comments
HarshvardhanRanjit
@HarshvardhanRanjit
HarshvardhanRanjit
@HarshvardhanRanjitProfile is locked. Login

confusion = {}

confusion[1] = 1

confusion['1'] = 2

confusion[1] += 1

sum = 0

for k in confusion:

sum += confusion[k]

print (sum)

Can anyone explain me what as happen in these code.

Comments
Please login to comment.