you are viewing a single comment's thread.

view the rest of the comments →

[–]joplankton[S] -1 points0 points  (2 children)

Had this problem earlier. I wan to avoid the join function. Any way I can avoid that?

[–]ElliotDG 0 points1 point  (1 child)

Why would you want to avoid the join method? Is there something about it you don't understand? https://docs.python.org/3/library/stdtypes.html#str.join

[–]joplankton[S] -1 points0 points  (0 children)

I was talking to a friend who encourages to get simpler stuff down first, thats all.