Answer:
def print_range(low, high):
for i in range(low,high):
print(i)
Explanation:
Create the function to accept two parameters (low and high)
Use a for loop to iterate from low to high using the range function
Print the value at each iteration
See a complete program and output below.
<em>def print_range(low, high): </em>
<em> for i in range(low,high):</em>
<em> print(i)</em>
<em>low = 1</em>
<em>high =10</em>
<em>print_range(low, (high+1)) </em>
<em />
Answer:
Replacing computer parts.
Explanation:
John replaces faulty computer parts, such as DVDs, hard drives, ram cards, wires etc. John can also replace the whole motherboard or clean it (for dust).
Computer parts not functioning properly or dying is a common problem in computer systems. Motherboard, the circuit that holds all the components of a computer, like CPU, Ram and Hard disk, can also fail or die.
Answer:
Control H is the command to Find and Replace. It is used to find a word and replace the word with something else.
Explanation:
A.External Monitor.Hope I helped.
Answer: Application Software
Explanation: A word processor is referred as the application software that is for the creation and editing of a document. It is also used for getting the hard copy of the document by printing it .The data entered in it can be modified according to our need by giving certain commands from the keyboard. It has several features like storing of data, displaying of data,printing it etc.