Answer:
- def process(lst1, lst2):
- newList = []
- for i in range(0, len(lst1)):
- sum = lst1[i] + lst2[i]
- newList.append(sum)
- return newList
-
- list1 = [1, 3, 5, 7, 9]
- list2 = [2, 4, 6, 8, 10]
- print(process(list1, list2))
Explanation:
Firstly, create a function process that takes two input lists (Line 1). In the function, create a new list (Line 2). Use a for loop to traverse through the elements of the two lists and total up the corresponding elements and add the sum to the new list (Line 3 - 5). At last, return the new list (Line 6).
In the main program, create two sample list and use them as arguments to test the function process (Line 8 - 9). We shall get the output [3, 7, 11, 15, 19].
D because it has limitations or <em><u>constraints</u></em><u />
D again because communication technology is used for all of these things.
Sender, Message, Receiver, Feedback
It can cause the system to conform to situations.
If they don't know the properties then they could damage their equipment or the project by misusing it.
Solids, Liquids, Gasses, Plasma, and Bose-Einstein condesates
Answer:
we cant tell what your talking abt please repost with at pitcher or a exolination
Explanation:
Answer:
Personalizing the experience when a customer or prospect makes an anonymous, first-time visit to a brand's website – when there is no first-party cookie attached to the browser and no log-in – is an advanced form of personalization that more than satisfies consumer expectations.
____
Today, the most common way to get new software is to download it from the Internet. Applications like Microsoft Office and Adobe Photoshop can now be purchased and downloaded right to your computer. You can also install free software this way.