Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- a = input("How many files do u want to create?")
- from random import randint
- def overload():
- for i in range(0,int(a)):
- b = randint(1,120387)
- f = open(f"{b}.txt","w")
- overload()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement