Answer:
Explanation:
I'm going to add a python program for this example, step by step:
- We declare 4 variables for our zoo, zoo quantity, and the average.
- We make the operation for the average where sum the zoo and divide with the quantity
- In the last step, we print the variable avg_owls.
num_owls_zoo1 = 1
num_owls_zoo2 = 2
num_owls_zoo3 = 3
num_owls_zoo4 = 4
zoos = 4
avg_owls = 0.0
avg_owls=(num_owls_zoo1+num_owls_zoo2+num_owls_zoo3+num_owls_zoo4)/zoos
print('Average owls per zoo:', int(avg_owls))
Answer:
Given code output is "786".
Explanation:
Code:
list1 = [ 'cyber', 786 , 2.23, 'square', 70.2 ]#defining a list list1 that holds value in parameter
print (list1[1] )#use a print method that prints list index value
In the given code a list "list1" is declared that holds value in it and in the next step a print method is declared that prints the first index value of the list.
The answer is hobby. He does it because he enjoys it. There is no information of him being told or paid to collect bugs, so it is a hobby.
Text alignment is the answer
You need to steer away.. I'm pretty sure.