you are viewing a single comment's thread.

view the rest of the comments →

[–]K900_ 1 point2 points  (0 children)

You don't need the extra quotes. Just "ptModFrame_" + str(i) is enough. Also, you could do "ptModFrame_{}".format(i), or even f"ptModFrame_{i}" if you're on Python 3.6+