How define this Dict more precise?

This doesn’t create a dict, but assigns the type to y. Instead, use y = Dict{String,Int64}()

8 Likes