[PYTHON] I don't understand join

I registered on a pay site and am working on Python I don't know what you're talking about

I don't understand the word? Search for A roundabout study of understanding and returning on other pages has begun ... I'm not frustrated why the site doesn't explain it !!! I'm grateful that they just show me what I have to do in order.

so,

originally def concat(*args, sep="/"): return sep.join(args)

Where did the join come from? ?? When I search for join

test = ['ab', 'c', 'de'] result = '' for x in test: result += x print(result) abcde

Came out. Suddenly why result = '' It came out? Why did it disappear? ?? ??

e? ?? join What is this about to cry

Recommended Posts

I don't understand join
I understand Python in Japanese!
[Python] I don't understand what I'm doing with table [key] [0] + = 1
Don't read the official docs until I understand Django's static files
I want to understand systemd roughly
AtCoder I don't know diary_2 ABC148E
AtCoder I don't know diary_1 ABC148D
I don't know the value error
(Beginner) I don't understand SSH and Linux command ssh-keygen, so I summarized it.
AtCoder I don't know diary_3 ABC149C, D