Prefix + List + Suffix in Python

AlmTagList = ['Test_Tags/Alarm%d/Alarm' % x for x in range(1,11)]
2 Likes