First time here? Check out the FAQ!
answered 2019-04-17 04:24:14 +0100
["rr_%d%d"%(i,i-1) for i in [1..n]]
is the right solution
updated 2019-04-17 04:24:32 +0100
this:
["rr_%d%d"%(i,i-1) for i in [1..n]][1..n]]