填空题

已知字典x={i:str(i+3) for i in range(3)},那么表达式sum(item[0] for item in x.items())的值为() 。

【参考答案】

3