Xcode – Printing a Variable in between Random Dictionary Key and Value
I'm printing out a random element from dictionary I created I want a variable to be in the middle of the key and it's paired value Dictonary1.randomElement()!.key + "(variable1)" + Dictonary1.randomElement()!.value Clearly this doesn't work because it prints a second…