Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the use of join() for a string rather than list or tuple method?

Answer Posted / chaitanya

The functions and the methods that are used for the functionality uses the string module. This string module is represented as by using the join function in it:

", ".join(['1', '2', '4', '8', '16']) that results in "1, 2, 4, 8, 16"

The string variable that is used provide a fixed string literal to allow the names that are used to be bounded to the strings. join() is a string method that is used to provide a separator string to use the function over the sequence of the string and insert the function to an adjacent elements. The method uses any number of arguments that follow some rules that has to be put up for the sequence objects that the class defines for itself. The join is used for the string module that is used to join the string characters together as it is given in the program. The example is given as:

string.join(['1', '2', '4', '8', '16'], ", ")

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is GiL in python programming language?

965


What does the *args do in python?

861


What are the types of python?

905


Can we develop a site using python

866


Is python is better than java?

869


What are static methods for?

947


Where can I learn python for free?

815


Is python a keyword in python?

904


What are the disadvantages of using python?

964


Which library would you prefer for plotting in python language: seaborn or matplotlib?

999


When should you use generator expressions vs. list comprehensions in Python and viceĀ­versa?

864


How will you convert a list into a string?

904


How python can be used in software testing?

995


What are the principal differences between the lambda and def?

964


What is numpy in python?

938