python convert map to string code example Example: convert dict to string python my_dict = {"Hello" : True, "World" : False} print(str(my_dict))