Here is the code:
import random
def random_gen():
return f".type('ffi{random.randint(1, 22)}-{random.randint(1000000, 9999999)}')"
for _ in range(5559999):
print(random_gen())
Here is the code:
import random
def random_gen():
return f".type('ffi{random.randint(1, 22)}-{random.randint(1000000, 9999999)}')"
for _ in range(5559999):
print(random_gen())
You can use the sys library and write random gen to a file. Like the second answer in this thread: Redirect stdout to a file in Python?