Values get appended to each array/list in a dictionary except just specific one

后端 未结 0 977
耶瑟儿~
耶瑟儿~ 2020-12-07 03:26

I have a loop like this:

for item in items:
    print(item) # string
    buy_price = # long, but works
    sell_price =         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题