Home > other >  Dict dictionary into a string, this how to write
Dict dictionary into a string, this how to write

Time:09-17

# have a dictionary
D={' a ', 1, 'b', '2', 'c', '3', 'd' : 'SDF'}
# to format for a=1; B=2; C=3; D=SDF string

# how to write?
  • Related