a= { 'cat':123,'bat':456,'manjula': 789}
for k in a keys()
Print (k)
What will be the output of this python code

Posted on by