Get your own Python server Result Size: 625 x 565
x
 
myDict = {"name": "John", "country": "Norway"}
mySeparator = "TEST"
x = mySeparator.join(myDict)
print(x)
nameTESTcountry