Merge branch 'feature/automatic' into feature/auto_with_checkresults

This commit is contained in:
Lei PAN
2022-06-08 09:57:50 +02:00
7 changed files with 26 additions and 14 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ def generate_names() -> list:
if __name__ == '__main__':
for i in range(0, 5):
for i in range(0, 500):
names = generate_names()
for name in names:
print(name)