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
Ierofanga [76]
3 years ago
11

You are creating a Python script that will make use of user input contact names and their associated phone numbers. What would b

e ideal for storing and accessing these associated values?
Social Studies
1 answer:
Strike441 [17]3 years ago
3 0

Answer:

Dictionary

Explanation:

Most Data types do hold only one value as an element, python's Dictionary holds key/value pair. In Python, DICTIONARIES are unordered collection of data. These data are used to store values, for instance in the question given, writing the script that will make use of user input contact names and their associated phone numbers; DICTIONARY is ideal for storing and accessing these associated values.

When creating a python's Dictionary it is worthy of note that dictionary keys are case sensitive. Dictionary, in Python can be created by imputing sequence of elements within - {}, and then you separate {} by ‘comma’. For example;

# Creating contact names

Dict = {}

print("contact name: ")

print(Dict)

You might be interested in
How would the Proclamation of 1763 conflict with the concept of Natural Right?
DaniilM [7]
NAtural rights refer to the right that all people had that will helped us in perserving the lives of ourselves as an individual.
The proclamation of 1763 conflcted with natural rights because it forced indian tribes to get out of their homeland where they usually acquire foods and shelter for their groups.
4 0
3 years ago
Archival studies focus on examining.
Alexxx [7]

<h3>C.Past events and behavior</h3>

Explanation:

correct me if I'm wrong

4 0
3 years ago
Which would be an example of an opportunity cost?
Veronika [31]

Answer:

you have $1,000,000 and choose to invest it in a product line that will generate a return of 5%.

4 0
3 years ago
Animal experimentation reduces our respect for life. if we do not respect life, we are likely to be more and more tolerant of vi
Nataliya [291]
<span>(Sometimes called scopaesthesia) is a supposed phenomenon in which humans detect being stared at by extrasensory means. The idea was first explored by psychologist Edward B. Titchener in 1898 during a series of laboratory experiments that found only negative results.</span>
8 0
3 years ago
The "Barnum effect," in which vague statements about one's future or personality may be seen as accurate and valid, occurs becau
Anuta_ua [19.1K]

Answer: occurrs because of the REPRESENTATIVENESS HEURISTIC.

Explanation: Representativeness heuristic can be defined as the act of making conclusions under probability or uncertainty. Here conclusions are made based on representativeness which makes the conclusion less accurate because the fact that some is a representative doesn't make it a likely outcome.

It is an approach that employs a practical method not guaranteed to be optimal or perfect; not following or derived from any theory.

An example can be seen in the use of horoscopes.

7 0
3 years ago
Other questions:
  • MPA-1.B.1 Family, schools, peers, media, and social environments (including civic and religious organizations) contribute to the
    5·1 answer
  • How are the basic beliefs of your faith similar to the other monotheistic faiths? for islam, christianity and judaism
    13·1 answer
  • What does the Double V campaign reveal about the role of minorities on the home front?
    11·1 answer
  • In the united states, what occupation holds the greatest prestige?
    11·1 answer
  • Where did founders like Thomas Jefferson get inspiration for the ideals in the Declaration of Independence?
    14·2 answers
  • Which type of government would be most likely to establish multilingual administration offices?
    15·2 answers
  • Practically all white men in the West owned property and were allowed to vote. True or False
    14·1 answer
  • 2. What decibel level can cause hearing damage to begin?<br> 100<br> 80<br> 60<br> 10
    15·2 answers
  • Explain the difference between proactive interference and retroactive interference.
    14·1 answer
  • When asked to describe themselves, people from __________________________ cultures tend to emphasize how the self is different f
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!