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 do you make an array in Python?



How do you make an array in Python?..

Answer / chaitanya

The array module contains methods for creating arrays of fixed types with homogeneous data types. Arrays are slower then list.

Array of characters, integers, floating point numbers can be created using array module.

array(typecode[, intializer])

Returns a new array whose items are constrained by typecode, and initialized from the optional initialized value. Where the typecode can be for instance ‘c’ for character value, ‘d’ for double, ‘f’ for float.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What is pip command in python?

0 Answers  


What is the usage of enumerate () function in python?

0 Answers  


Why python is called python?

0 Answers  


Is init in python a constructor?

0 Answers  


Why are we using self as first argument?

0 Answers  


What are the supported data types in python?

0 Answers  


What does split () do in python?

0 Answers  


Does pandas recognize dates when importing data?

0 Answers  


What does the meaning of gil in python language?

0 Answers  


What is the use of the // operator?

0 Answers  


Since switch-case is not used in python – what are the replacements for switch statement in python?

0 Answers  


Which database is used in python?

0 Answers  


Categories