arxiv_chatbot / test.py
Artteiv's picture
ok
46d747a
a = [(1,2),(4,5),(3,5)]
dic = [{"id1":x[0]},{"id":x[1]} for x in a]