just one new line
This commit is contained in:
@@ -37,4 +37,4 @@ for i in range(random.randint(keyword_min, keyword_max)):
|
|||||||
buffer += random_word(random.randint(1, textfile_length)) + "_"
|
buffer += random_word(random.randint(1, textfile_length)) + "_"
|
||||||
|
|
||||||
print(f"{buffer.strip("_")}{random.randint(random_int_min, random_int_max)}") # dis is ur username
|
print(f"{buffer.strip("_")}{random.randint(random_int_min, random_int_max)}") # dis is ur username
|
||||||
print(generate_random_string()) # then dis is ur pass
|
print(generate_random_string()) # then dis is ur pass
|
||||||
|
|||||||
Reference in New Issue
Block a user