The result will be
43
Firstly the for loop will iterate through all the keys in mydict and will find two keys namely elephant and bear whose length is greater than 3. It then goes through the if block when... (More)
Log in to ask Aditya Vishwakarma questions publicly or anonymously.
The result will be
43
Firstly the for loop will iterate through all the keys in mydict and will find two keys namely elephant and bear whose length is greater than 3. It then goes through the if block when... (More)