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
What is the federal E-Rate program?
Annette [7]

Answer:

c. A program that offers discounts to libraries and schools ensuring they have affordable access to modern telecommunications and information services.

Explanation:

Federal E-Rate program refers to the Schools and Libraries Program of the Universal Service Fund managed by the Universal Service Administrative Company (USAC) and being directed by the Federal Communications Commission (FCC).

The program offers telecommunications and internet access to schools and libraries in the United States at discounts of between 20% and 90% in order to make the services affordable to them.

The discounts received by each of he beneficiary schools receive which is between the rage of 20% and 90% is determined by the degree of poverty and the urban/rural status of the population or students being served.

In the program, connectivity and maintenance services are provided by the Schools and Libraries Program, while school that applied to the program has to provide other items like software, hardware (e.g. computers), and among other items that will make then to use the connectivity provided.

I wish you the best.

8 0
3 years ago
The penalty for littering 15 lb or less is _____.<br> A. $25<br> B. $50<br> C. $100<br> D. $150
Marina CMI [18]

Answer:

D the closest

Explanation:

i looked it up and 8t says 200

5 0
3 years ago
Air at 27°C and a velocity of 5 m/s passes over the small region As (20 mm × 20 mm) on a large surface, which is maintained at T
JulsSmile [24]

Answer:

a) The maximum possible heat removal rate = 2.20w

b) Fin length = 37.4 mm

c) Fin effectiveness = 89.6

d) Percentage increase = 435%

Explanation:

See the attached file for the explanation.

5 0
3 years ago
Print reading for industry unit 9 review questions
RideAnS [48]
Hhhhhhhhhhhhhhh. High
4 0
3 years ago
Read 2 more answers
What are the three elementary parts of a vibrating system?
zhenek [66]

Answer:

the three part are mass, spring, damping

Explanation:

vibrating system consist of three elementary system namely

1) Mass - it is a rigid body due to which system experience vibration and kinetic energy due to vibration is directly proportional to velocity of the body.

2) Spring -  the part that has elasticity and help to hold mass

3) Damping - this part considered to have zero mass and  zero elasticity.

7 0
3 years ago
Other questions:
  • Signal generator‘s internal impedance is purely resistive and has an open-circuit voltage of 3.5 V. When the generator is loaded
    11·1 answer
  • Sublimation is to change from
    7·2 answers
  • A vehicle is moving at a velocity, v, given by v =12t - 3t2 ms-1. Use
    7·1 answer
  • Can you carry 1 m3 of liquid water? Why or why not? (provide the weight to support your answer)
    7·1 answer
  • Different between an architect and an engineer​
    15·1 answer
  • People learn best in different ways. By combining all the group presentations, your class will explain how they see the optical
    8·2 answers
  • A steel bar with a diameter of .875 inches and a length of 15.0 ft is axially loaded with a force of 21.6 kip. The modulus of el
    10·1 answer
  • scrapers are used to haul dirt from a borrow pit to the cap of a landfill. the estimated cycle time for the scrapers is 9.5 minu
    14·1 answer
  • 10.) A solid circular titanium control rod at 7,000 lb axial tension force where stress must not
    15·1 answer
  • Why is California a good place for engineers to build suspension bridges?
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!