Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
标题中的问题!我在 yt 上使用 swastik 的代码!我想也许是这样的:
everyone = --- everyone[str(everyone.id)]["wallet"] += 100
with open("nameofjson","r") as f: everyone = json.load(f) for i in everyone: everyone[str(i)]["wallet"] += 100