1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Tanzania [10]
3 years ago
5

Python lists are commonly used to store data types. Lists are a collection of information typically called a container. Think of

a physical container that can hold all kinds of objects, not just one object of the same type. Python includes a built-in list type called a list. They can be managed by many built-in functions that help fill, iterate over, add to, and delete a list. Why is it useful to store information with different data types?
Engineering
1 answer:
PSYCHO15rus [73]3 years ago
3 0

Answer:

Explained

Explanation:

Data Type specifies the processor how much amount of memory to be reserved for  a variable.

For example :If a variable is declared as String or Integer this tells the processor  to stored this much of space for this variable to store the value.

List :

1.List is sort of an array used to store values of different data types

2.Lists are ordered .Element in the list are elements in a list are indexed according to a definite sequence and placed at a specific index.Lists can hold different data types.

Here is an example of List ,List = ['a', 1,'b',4,[a,b,c,1]

1. Dictionary is an dis ordered collection of data values, used to store data values .

2.Dictionary is for key,value maps , Keys of a Dictionary are (should be ) unique and of immutable data type such as Strings, Integers and tuples.

Dict = {1: 'Apple', 2: 'Boy', 3:'God',4:[1, 2, 3, 4]}

Each unique key holds a value.  So it depends on the requirement or scenarios where we have to chose between list or dictionary

You might be interested in
Nơi nào có điện tích thì xung quanh điện tích đó có :
maksim [4K]

Explanation:

sory sorry sorry sorrysorrysorry

4 0
2 years ago
Explain the conductivity results observed for ionic compounds in the solid state and in aqueous solution.i.Solid ionic compounds
Svetach [21]

Answer:

Aqueous solution of ionic compounds conduct electricity while solid ionic compounds don't.

Explanation:

Ionic compound conduct electricity when liquid or in aqueous solution that is resolved in water because the ionic bonds of the compound become weak and the ions are free to move from place to place.

Ionic compounds don't conduct electricity while in solid state because the ionic bonds are to strong and ions cannot move around with lack of space for movement which makes the electric conductivity zero.

8 0
3 years ago
What is differences Between hard shoulder & soft shoulder in civil Engineerin?
r-ruslan [8.4K]

Answer:

<em><u>The 'shoulder' of a road is the land to the edge of the road. On most roads without pavements, the shoulder is a strip of grass or a hedgerow. This is known as a 'soft shoulder'. On a motorway, this strip of land is hardstanding, hence the name 'hard shoulder.'</u></em>

<em><u>Mark</u></em><em><u> </u></em><em><u>as</u></em><em><u> brilliant</u></em><em><u>.</u></em><em><u>.</u></em><em><u>.</u></em><em><u>.</u></em><em><u>.</u></em><em><u>.</u></em><em><u>.</u></em><em><u>.</u></em><em><u>.</u></em><em><u>.</u></em><em><u>.</u></em><em><u> </u></em>

5 0
3 years ago
A house that was heated by electric resistance heaters consumed 1500 kWh of electric
gladu [14]

Answer:

2.5=1500/Whp=> Whp=600 kWh

delWgain=1500-600=900 kWh

Money saved= 900* 6tk*=5400 tk

5 0
3 years ago
. En la facultad de Ingeniería Industrial se realizó una encuesta a 200 personas para saber que lenguaje de programación preferí
GarryVolchara [31]

Answer:

lalalalapumpe

Explanation:

4 0
3 years ago
Other questions:
  • Air at 38°C and 97% relative humidity is to be cooled to 14°C and fed into a plant area at a rate of 510m3/min. (a) Calculate th
    11·1 answer
  • A market research survey has 15 questions and will be sent to 500 people. What is the total cost to conduct survey if it has a $
    12·1 answer
  • WhT DO FILM PRODUTION SAY WHEN REMOVING GREEN AND BLUE SCREENS.
    14·1 answer
  • (d) Suppose two students are memorizing a list according to the same model dL dt = 0.5(1 − L) where L represents the fraction of
    6·1 answer
  • Q1. Basic calculation of the First law (2’) (a) Suppose that 150 kJ of work are used to compress a spring, and that 25 kJ of hea
    6·1 answer
  • Can someone help me plz!!
    13·1 answer
  • Which of the following characteristics would not give animals an advantage in the ocean?
    13·1 answer
  • On some engines after torquing cylinder head fasteners you must
    12·1 answer
  • Rotating magnetic field inside a set of conducting wires is a simple description of a what
    14·1 answer
  • lmfsojdkkfjdsskfsaj;fkljsldfkjlsdkfdjs;dklfjsldkfjflkjfkjfldjsdlfgkljshglksdjfghdskjgsdfkfjghlsdfghsdkjfghlskjdfhglskjdfghkjsfhg
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!