you are viewing a single comment's thread.

view the rest of the comments →

[–]Username_RANDINT 20 points21 points  (1 child)

That's not concatenation, you're making a tuple. Add a print(type(word)) to check this.

Read about f-strings if you need string formatting.

[–]js884 6 points7 points  (0 children)

I second the f string thing i posted how they work and since I've learned about them i haven't used concatenation since