如何使用循环语句以json格式的文本添加更多行?

时间:2019-04-13 03:50:38

标签: loops pyhook

text = "string"
number = 1
documents = {'documents' : [
  {'id': number, 'text': text },

]}

我想使用循环语句以Json格式的文本分配更多变量(数字,文本),以制作更多行,例如:

{'id': '2', 'text': 'I had a terrible time at the hotel. The staff was rude and the food was awful.'},  
  {'id': '3','text': 'Los caminos que llevan hasta Monte Rainier son espectaculares y hermosos.'},  
  {'id': '4', 'text': 'La carretera estaba atascada. Había mucho tráfico el día de ayer.'}

0 个答案:

没有答案