I want to get an output like this
name1
name2
name3
name4
to n number of names with suffix as the range of x. How to use for loop to generate this kind of output?
I want to get an output like this
name1
name2
name3
name4
to n number of names with suffix as the range of x. How to use for loop to generate this kind of output?