Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 578 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 578 Bytes

city information

How it works: This program tells you some information about three cities. The information about the three cities are: country, population and one intresting fact. The three cities consists of Norway, USA and Australia.

How it's made: The program is made using nesting of dictonarys and for loops, so you can easily change out the information in the dictonary or add new cities.

Some general info: I am very new to programming so this is my first repository ever. I made this repository to get to know github a bit better.