0 votes
in Python by
Can you please help to clarify what does the join method do in Python Language?

1 Answer

0 votes
by

Python Language provides the join() method which works on strings, lists, and tuples. It combines them and returns a united value.

Related questions

0 votes
asked Aug 29, 2020 in Python by Robindeniel
0 votes
asked Aug 30, 2020 in Python by sharadyadav1986
...