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
zimovet [89]
3 years ago
12

PYTHON:Given the dictionary, d, find the largest key in the dictionary and associate the corresponding value with the variable v

al_of_max. For example, given the dictionary {5:3, 4:1, 12:2}, 2 would be associated with val_of_max. Assume d is not empty.
Computers and Technology
1 answer:
lapo4ka [179]3 years ago
4 0

di = {5: 3, 4: 1, 12: 2}

val_of_max = di[max(di)]

print(val_of_max)

I hope this helps!

You might be interested in
What is the action of extracting data fragments and then reassembling them in order to recover a file?.
vovangra [49]
The method of recreating files by scanning the raw bytes of a disk and reassembling them is known as file carving.
4 0
2 years ago
What is the term for an understanding about the processes that underlie memory, which emerges and improves during middle childho
saveliy_v [14]

Answer:

Metamemory              

Explanation:

  • Metamemory is the judgement or knowledge of a person about his/her memory.
  • It applies to the monitoring and control of a person over his own memory.
  • Metamemory improves during middle childhood because children start understanding the idea of memory in better and enlightened way and gradually they start understanding what memory is and understand the strategies to improve it.
  • This understanding and awareness about their own memory processes has significant consequences on how people learn, control and use memories.
3 0
3 years ago
Read 2 more answers
What are the two types of lighting?
RideAnS [48]

The answer to this question is E

7 0
3 years ago
Read 2 more answers
1. Pasar los siguientes ejercicios a diagrama de bloque
Novay_Z [31]

Answer:

A) Los sábados el editor puede corregir 115 páginas.

B) Cada lápiz cuesta $3 y 25 lápices cuestan $75.

Explanation:

A) Dado que un editor puede corregir 184 páginas de un libro en 8 horas de trabajo, para determinar cuántas páginas puede corregir los sábados que trabaja únicamente 5 horas se debe realizar el siguiente cálculo:

184 / 8 x 5 = X

23 x 5 = X

115 = X

Por lo tanto, los sábados el editor puede corregir 115 páginas.

B) Dado que 14 lápices cuestan $42, para saber cuánto cuesta un lápiz y cuánto me costará comprar 25 lápices se deben realizar los siguientes cálculos:

42 / 14 = X

3 = X

3 x 25 = 75

Por lo tanto, cada lápiz cuesta $3 y 25 lápices cuestan $75.

4 0
3 years ago
Select two netiquette guidelines. In three to five sentences, explain why these guidelines make professional online communicatio
meriva
Netiquette is etiquette when using the internet. The first guideline refers to posts on social media. Individuals should be mindful that posts can be read by anyone including employers and family members. Individuals need to ensure that material shared is not offensive. The next guideline refers to materials or content that is posted. Users must ensure that material posted does not belong to someone else or is copyrighted. Permission must be sought the owner must be cited or recognized. 
7 0
3 years ago
Read 2 more answers
Other questions:
  • You install an M.2 SSD card in an M.2 slot on a motherboard. When you boot up your system, you discover the DVD drive no longer
    15·1 answer
  • If you buy a 20 dollar thing with a 25 dollar gift card, do you still have 5 dollars?
    7·2 answers
  • What was the ENIAC computer and how was it used/what for?
    9·1 answer
  • Write a program that does the following:
    11·1 answer
  • Write an algorithm that gets as input your current credit card balance, the total dollar amount of new purchases, and the total
    8·1 answer
  • You need to update both the DEPARTMENT_ID and LOCATION_ID columns in the EMPLOYEES table using one UPDATE statement. Which claus
    5·1 answer
  • True or False
    11·1 answer
  • HELP ASAP !!! What should be a one-page document?
    7·1 answer
  • Identify what a computer needs to
    14·1 answer
  • What is python, the coding language
    6·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!