
Hi pupil Here's your answer :::
➡➡➡➡➡➡➡➡➡➡➡➡➡
The Computer Icons can provide access to the resources on your computer. You can access your storage drives and by double clicking on the Computer icon.
It usually used in a Graphical User Interface systems.
⬅⬅⬅⬅⬅⬅⬅⬅⬅⬅⬅⬅⬅
Hope this helps
Answer:
def replace_at_index(str, number):
new = str.replace(str[number], "-")
return new
print(replace_at_index("eggplant", 3))
Explanation:
- Create a function called <em>replace_at_index</em> that takes a string and an integer
- Initialize a new variable called <em>new</em>, that will hold the new string
- Replace the character at given index with dash using <em>replace</em> function, it takes two parameters: the first is the character we want to replace, the second is the new character.
- Return the new string
- Call the function with the required inputs
Answer:
trackball
Explanation:
A trackball can be seen on a mouse.
Answer:
Printed
Explanation:
The job was finished and sent to the printer. In the printer, you have to waite to be printed
Answer:
2. It was created to connect geographically dispersed researchers with high powered research computers.
3. The first message was sent through ARPANET in 1969 and it was decommissioned in 1990.
5. It led to the development of the Internet.
Explanation: