Skip to content
Snippets Groups Projects
seedCreate.py 83 B
Newer Older
s = "http://www."
for i in range(0,10):
    x = s + str(i) + ".com"
    print(x)