In python I use the following line to create a List with a certain value repeated X times:
print(Alpha = [Value] * x)
It shows me:
<