Step 1
Create a map named `scores` that maps string names to integer scores using `make(map[string]int)`. Print it.