Answer: D. He did not create a back up of his data.
Explanation: He lost his data, so he did not back it up in case he lost his laptop.
Answer:
C.) store data securely would be my choice
Hope This Helps! Have A Nice Day!!
You can call a Python function like so: function(parameters).
Example:
Define function add:
def add(x,y):
return x+y
Call function:
add(3,7) -> 10
Answer:
true is the correct answer