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
A new approval process is being adapted by Ursa Major Solar. After an opportunity has been approved, the contract is sent to the
BigorU [14]
Install an app :] i think lol
4 0
3 years ago
Can i join three 12 volts batteriesto give me 24 volts output​
bulgar [2K]

Answer:

YES

Explanation:

If we connect batteries in series then the output voltage is the sum of the individual voltage of each battery i.e if you connect three 12 volts batteries in series then their output voltage will be 12+12+12=36 volts, but the current rating of the batteries in series will be same of the individual battery rating in 'mah'.

But when we connect the batteries in parallel their voltage is not added  but their current rating in mah is addition of their individual rating.

So, If you want 24 volts from three 12 volts battery then you can connect two of them in series and the other one in parallel with them this will give 24 volts and the current will be addition of the two series batteries and the third which is in parallel with them. You can use this configuration if current value is not a big factor.

8 0
3 years ago
What is Not considered as metric system ? a. Length b. Mass c. Time d. Volume e. Temperature
vampirchik [111]

Answer:

D.) Volume

Explanation:

7 0
3 years ago
Read 2 more answers
An excavation is at risk for cave-in and water accumulation because of the excess soil that has accumulated. What type of excava
N76 [4]

Answer:Topographic map. Contour line. Learning Objectives. After completing this chapter, you will be able to: □ Define civil engineering and civil drafting.

Explanation:

4 0
3 years ago
Read 2 more answers
Using leftover paint colors is acceptable in a paint shop and will help cut down on waste.
Luden [163]
Im pretty sure it is true !
3 0
3 years ago
Read 2 more answers
Other questions:
  • Refectories are one of the types of ceramics that have low melting temperature. a)-True b)-False
    7·1 answer
  • You are an engineer working in a auto crash test lab. Some members of your team have raised objections against the use of cadave
    10·1 answer
  • The flow curve for a certain metal has parameters: strain-hardening
    8·1 answer
  • When determining risk, it is necessary to estimate all routes of exposure in order to determine a total dose (or CDI). Recognizi
    8·1 answer
  • The formula for the cross sectional area of specimen at the middle is
    5·1 answer
  • How many steps are there in the problem-solving process?
    9·2 answers
  • g A smooth pipeline with a diameter of 5 cm carries glycerin at 20 degrees Celsius. The flow rate in the pipe is 0.01 m3/s. What
    15·1 answer
  • What is shown in the above figure
    11·1 answer
  • All of these are true about a magnesium part EXCEPT that it:
    8·1 answer
  • Question 2
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!