Answer:
cyberspace
Explanation:
It is the notional environment in which communication over computer networks occurs.
Answer:
dog
Explanation:
Given the code :
>>> A = [21, 'dog', 'red']
>>> B = [35, 'cat', 'blue')
>>> C = [12, 'fish', 'green']
>>> E = [A, B, C]
the value of E[0][1]
Here, square boxes is used to select the value at E[0] ; the output is then used to select the value at index 1 of E[0] output.
Note that, indexing starts at 0; hence first list element is 0, then, 1, 2, and so on.
At
E[0] ; list E, index 0 (first element in the list) , gives an output A
Then, A[1] ; list A, index 1 (second element in the list) gives 'dog'
Explanation:
2.there will be 8 books left on the shelf if each child takes one
Positive
1- helping us find things
2- help with communications
3- make life easier.
Negative
1- spread people apart
2- cyberbullying
3-Hard for old people to use and understand.