dictionaries or dataframes in one file are not getting updated from another file

前端 未结 0 1314
栀梦
栀梦 2020-12-02 16:50

I have a structure as below

datastructure.py
dict = {\'one\' : {\'name\':\'\', \'age\':\'\'}, \'two\':{\'name\':\'\', \'age\':\'\'}}

update.py
import datastr         


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