how to get multiple values in array on python
example
for(i=1;i<=3;i+ +)
scanf("%d",&a[i]);

how to do this action in python