Fix all pep8 and eslint errors :0
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import random
|
||||
import os
|
||||
|
||||
|
||||
def generate_names(n):
|
||||
'''
|
||||
generates list of n random names
|
||||
@@ -13,6 +14,5 @@ def generate_names(n):
|
||||
|
||||
names = []
|
||||
for i in range(n):
|
||||
names.append((random.choice(fs),random.choice(ls)))
|
||||
names.append((random.choice(fs), random.choice(ls)))
|
||||
return names
|
||||
|
||||
|
||||
Reference in New Issue
Block a user