# i gets added to the end of the var name i = 1 for n in range(5): globals()["w" + str(i)] = ###Do what you want here i += 1