I'm trying to create a simple 2D array of country names and capital cities. This was straightforward i Java, but I'm toiling in Python.
I'd like something along the lines of:
Scotland Edinburgh
England London
Wales Cardiff
Any thoughts?