i need to add data in an json file without overwriting. the code am using is: import json. data=[] def arr(): x=0 while x<1: print(x) x-=1. X.append(x)
確定! 回上一頁