Page 30 - PYTHON-11
P. 30

Program 24- Write a Python program to input  names of ‘n’ countries and   their

               capital and currency, store it in a dictionary and display in tabular form. Also search

               and display for a particular country.

               Code:
   25   26   27   28   29   30   31   32   33   34   35