Answer:
Easy peasy, if you open Microsoft word and you click up at the top and you click the symbol as shown in A, then you click on inserted tab it will show up as B which is → symbol
So the answer is B →.
Wheres the rest???????????????????
Answer:
import random
randomlist = []
for i in range(0,20):
n = random.randint(-29,30)
if n < 0 :
n = 100
randomlist.append(n)
print(randomlist)
Explanation:
The random module is first imported as it takes care of random. Number generation.
An empty list called randomliay is created to hold the generated random integers.
Using a for loop, we specify the range of random numbers we want.
Inside the for loop ; we attach our generated random integer which will be in the range (-29 to 30) in a variable n
For each n value generated, if the value is less than 0( it is negative, since all the values are integers), replace the value with 100.
Answer:
He can use any of the audio formats like MP3 and M4A.
Explanation:
Answer:
network 10.10.8.0 0.0.3.255 area 0
this will include all the interfaces on a device whose IP addresses only begin with a 10.10.8, 10.10.9, 10.10.10, or 10.10.11.
Explanation:
<em>show ip ospf interface
</em>
<em>show ip ospf interface brief</em>
these commands are used to display the interfaces that have been enabled into local ospf . it also shows explanation about them by brief command mentioned above.
<em />