Answer:
mylist = [ ]
for i in range(7):
mylist.append (int(input("Enter the number of bugs for each day ")))
print(mylist)
print("The highest number of bugs is ")
print(max((mylist)))
Explanation:
- Create and Initialize an empty (mylist)
- Using the .append method, we request and add the bugs for each day into the list
- print out the list
- Use the max function to find the highest number of bugs in the list and print it out
The very first thing that we should select if we are using an address Block or Greeting Line is to Start Mail Merge. The second step would be to Edit Recipient List. In the Mail Merge Recipients dialog box, we then select the recipient whose record is to be included in the merge.
Answer: B. "She might have set backround-color in body to black in the CSS file"
Explanation: I took the test and got 100%
Your answer would be B. Media that combines text, images, animation, and sound.
You're welcome:)