摘要: f = open("uuuuu2","r+")ii= f.read()num=int(ii)def oooo(num): while True: num+=1 with open("uuuu2","w+") as f1: f1.write(str(num)) f1.close() return nu 阅读全文
posted @ 2020-06-28 20:14 正气的割草机 阅读(206) 评论(0) 推荐(0)