所以,我想在
f=open
d=random.randint(1,10)
f=open("test.txt", "x")
我该怎么做?
我不认为你自己努力解决这个问题。
d = random.randint(1,10) f = open(f"test{d}.txt",'w')