(填空题, )已知字典x={i:str(i+3) for i in range(3)},那么表达式''.join(x.valu

(填空题, )已知字典x={i:str(i+3) for i in range(3)},那么表达式''.join(x.values())的值。

'345'