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...


How many kinds of sequences are supported by python? What are they?



How many kinds of sequences are supported by python? What are they?..

Answer / Prachi Singhal

Python supports three types of sequences: lists, tuples, and strings. Lists are ordered and mutable collections of items enclosed in square brackets []. Tuples are also ordered and immutable collections enclosed in parentheses (). Strings are sequences of characters enclosed in single or double quotes.'

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What is egg and wheel in python?

1 Answers  


Write a program to find the max value from a list without using max()?

1 Answers  


How do you handle exceptions in Python?

2 Answers  


What is enumerate() function in python?

1 Answers  


What is the dictionary in Python?

1 Answers  


What are python templates?

1 Answers  


How to convert a string into datetime?

1 Answers  


Can python function return multiple values?

1 Answers  


is there any maximum length expected for an identifier?

1 Answers  


What is python and explain some of its benefits?

1 Answers  


Define the usage of split?

1 Answers  


What happens if we do not handle an error in the except block?

1 Answers  


Categories