I have a list:
roll = [1,2,3]
For converting each of the element into a string, can we directly do roll=str(roll) rather that it
roll=str(roll)