Run ❯
Get your
own Python
server
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
myDict = {"name": "John", "country": "Norway"} mySeparator = "TEST" x = mySeparator.join(myDict) print(x)
nameTESTcountry