If I have a list comprehension (for example) like this:
[\'\' for x in myList]
Effectively making a new list that has an empty string for e
Try it, it's simple:
# Use '_' instead of the variable for _ in range(any_number): do_somthing()