Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Loading...")
- print(" ")
- for i in range(1000):
- Name="File"+str(i+1)
- File = open(Name,"w")
- for j in range(1000):
- Text=str(j)
- File.write(Text)
- File.close()
- print("∎",end="")
- print(" ")
- print("\n")
- print("Done!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement