SyntaxFix
Write A Post
Hire A Developer
Questions
Either:
"ME" + str(i)
Or:
"ME%d" % i
The second one is usually preferred, especially if you want to build a string from several tokens.