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
Find the answer please​
Ipatiy [6.2K]

Answer: Heres a diagram I found! I'm not sure if It'll help but I hope it does^^

Explanation:

4 0
2 years ago
How are sport personalities portrayed by the media?
kobusy [5.1K]
They are portrayed as gods that we can't become
7 0
2 years ago
Read 2 more answers
Blanchard-fields and colleagues found that when participants were presented with different situations with positive or negative
lions [1.4K]
I believe the answer is: <span>dispositional attributions
</span><span>dispositional attributions refers to the belief that view a person's behavior is the  result of internal characteristics that resided within those individuals.
</span>One weakness of this belief is that it failed to consider the role of environmental factors in determining the individuals' behavior
5 0
3 years ago
From the Leadership styles for Healthcare personnel, which one focus on personal development and recommended for the top personn
Alenkasestr [34]
I have no idea...........
4 0
3 years ago
Directions: find the next five terms, then write a conjecture. 1. 13, 18, 23, 28, _______, _______, _______, _______, _______ co
Anna11 [10]

1. 13, 18, 23, 28, 33, 38, 43, 48, 53.  

Conjecture: we add five to the next number 13+5: 18; 18+5: 23.

2. 512, 256, 128, 64, 32, 16, 8, 4, 2  

Conjecture:  Dividing the numbers by 2. 512/2: 256; 256/2:128.

3. 1, 8, 27, 64, 125, 216, 343, 512, 729.  

Conjecture: series of cubic numbers: the base multiplied by 3.  

4. 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31.  

Conjecture:  prime numbers: are numbers that can only by divided by themselves and by unit

5. i, ii, iii, iv, v, vi, vii, viii, ix, x.

Conjecture: Roman numbers is a numerical system expressed by roman numerals.


7 0
3 years ago
Read 2 more answers
Other questions:
  • What strategy does hamlet decide to adopt at once in order to reveal the truth and to set things right?
    13·1 answer
  • Please help with my economics!!
    15·1 answer
  • Rosa was shocked when her College Success instructor indicated on her midterm evaluation that she seemed unmotivated and underpr
    5·1 answer
  • Why are the Great Lakes important to both the United states and Canada?
    6·1 answer
  • What was swapped from each of the sides during the Columbian Exchange? What did the “New World” (America) give to the “Old World
    11·1 answer
  • Describe some of the obstacles the colonists faced when fighting the British. How did they overcome them?
    5·2 answers
  • relates to money, taxes, industry, agriculture/farming, jobs, availability of resources, production, consumption and distributio
    14·1 answer
  • 1. An attribution is __________________________________________________. The type of attribution based on personal characteristi
    14·1 answer
  • What challenges did labor unions face in the late 1800s? Check all that apply.
    5·2 answers
  • Did Pilgrims really come to America seeking religious freedom? If not, why did they come here?
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!