Answer:
layout,image,font,background color,
Explanation: i just did it on edge
Answer: C. Swap File
Explanation: Swap files provide some space for programs for the computer and virtual memory.
Answer:
NumPy contains a large number of various mathematical operations.
...
Numpy | Mathematical Function.
Function Description
expm1() Calculate exp(x) – 1 for all elements in the array.
exp2() Calculate 2**p for all p in the input array.
log10() Return the base 10 logarithm of the input array, element-wise.
log2() Base-2 logarithm of x.
for count in range(5, 8):
print(count)
This will produce.
5
6
7
I hope this helps!