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
Leokris [45]
3 years ago
14

The email_list function receives a dictionary, which contains domain names as keys, and a list of users as values. Fill in the b

lanks to generate a list that contains complete email addresses .
The code :

def email_list(domains):
emails = []
for ___:
for user in users:
emails.___
return(emails)

print(email_list({"yahoo.com": ["clark.kent", "diana.prince", "peter.parker"], "yahoo.com": ["barbara.gordon", "jean.grey"], "hotmail.com": ["bruce.wayne"]}))
Computers and Technology
1 answer:
zysi [14]3 years ago
3 0

Answer:

Following are the solution to this question:

Please find the attachment of this code.

Explanation:

In this code, an email_list method is declared, that accepts a domains parameter, and in the next step, an empty list and two for loop are defined, in which the first for loop is used for a count parameter value and in the second loop is use the append method to add the given value, and use the return method to print its value, and use the print method to call the "email_list" method.  

You might be interested in
What is something about online conferencing that you understand better now. <br> What did you learn?
Mazyrski [523]

Answer:

man this question is really about your personal experience but i'll try my best to answer this

Explanation:

onnline Web Conferencing is used by businesses and now schools who went to online because of the virus. for businesses i learned they use it to present and share with online collaboration on different applications including documents, web sites, data files, video, emails, and reduce the time and cost of business travel for meetings. i understand now that online conferencing can be used for Applications for web conferencing include meetings, training events, lectures, or presentations from a web-connected computer to other web-connected computers.

4 0
3 years ago
Hich is an aspect of spatial-level design?
Tresset [83]

The answer is perspective, because you need a point of view (perspective) in order to make a design, a great design/

4 0
4 years ago
Read 2 more answers
Write code that prints: Ready! firstNumber ... 2 1 Run!
motikmotik

Answer:

The program to this question can be defined as follows:

Program:

num=int(input("Enter any number: ")) #defining variable num, that take value from user

val=0; #defining variable val

for i in range(num): #defining loop to calculate value in decreasing order

   val=num-i; #holding value in variable

   print(val) #print value

Output:

Enter any number: 3

3

2

1

Explanation:

In the above-given code, a variable "num" is declared, that uses input function to take value from the user end, in the next line a "val" variable is defined, that calculates values and print it in decreasing order.

  • In the next step, a for loop is declared, inside the loop a "val" variable uses num and loop variable "i" to calculate the value in decreasing order.
  • In the last print method is used that prints "val" variable value.
3 0
3 years ago
Please help ASAP, will mark brainliest!
Nezavi [6.7K]

Answer: The answer would be B.

Explanation:

6 0
3 years ago
"Demand" deals with which of the following groups? Select one: a. Buyers and Consumers b. Sellers and consumers c. Public and Pr
aksik [14]

Answer:

Demand deals with Sellers and Consumers.

Explanation:

Demand is an economics term that relates the requested interest of a consumer for a product to the need of production for the product by the seller.  Typically, demand goes hand-in-hand with supply.  Demand is the consumer's desire for the product, while supply is the amount of the product available.

In the case of this question, Sellers and Consumers fit the best out of the available options.

[a] Buyers and Consumers are the same thing

[c] Public and Private Sectors doesn't relate to demand

[d] Buyers and investors could be considered the same thing

Cheers.

5 0
3 years ago
Read 2 more answers
Other questions:
  • ________ a database rearranges data and objects in a database to make its size smaller
    13·1 answer
  • To insert notes into a worksheet, insert ________ in cells.
    15·1 answer
  • 110011 * 1111 binary calculation
    15·1 answer
  • Browsing the web is one of the most common activities performed by individuals who use computers.
    12·1 answer
  • When you set the position property for a block element to fixed, the element
    5·1 answer
  • using C++ to sort user input. for example, user enter 25numbers and sort them from small to big or big to small, cout thesamlles
    6·1 answer
  • Write a program that initializes a string variable and prints the first three characters, followed by three periods, and then th
    15·1 answer
  • In Alphatech Systems, email software screens incoming messages by organizing them into mailboxes and identifying junk mail. As a
    13·1 answer
  • Why do we need the system requirements for Adobe photoshop?
    14·1 answer
  • // This pseudocode is intended to describe
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!