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
A. intentionally or recklessly disrupt, degrade, or destroy information or services on the computer
Answer:
Parameter
Explanation:
A parameter is a variable/argument of a function that are placed between the parentheses in the function's definition.
Hope this is clear :)
It may be an image that is on the internet, without a caption visually impaired will not understand
Answer:
A. True
Explanation:
ive done this myself
https://scratch.mit.edu/projects/395142260/