Answer:
B,C,E your welcome
Explanation: i just took the test
Answer:
Cause It Will Help Make A Fix For The Issue
Explanation:
Does This Help?
Answer:
B-malware
Explanation:
I do tech and i help work on computars.
names = ["Kevin", "Joe", "Thor", "Adam", "Zoe"]
names.sort()
for x in names:
if x == "Thor":
break
else:
print(x)
I made up my own names for the sake of testing my code. I wrote my code in python 3.8. I hope this helps.