MAX_NAMES = 20 # list capacity nNames = 0 # initially empty list name = ["" for i in range(MAX_NAMES)]