What will be the outcome of the following code? months = {‘J…
What will be the outcome of the following code? months = {‘January’:, ‘February’:, ‘March’:, ‘April’: } for k in months.keys(): print(k)