Como fazer uma lista com a mesma string em Python

''' create a list by [] and multiply by repeat count '''
listOfStrings1 = ['Hi'] * 20
Red Team