It really depends on what you're using it for such as looking up a recipe or an answer to a question. If you're using it for illegal purposes or looking up things that are seen as morally wrong by other people it can make the internet seem like a bad thing. But the internet wasn't created with that intended purpose so again it's just your own personal opinion.
To prevent others who use your worksheet from seeing the data you can hide column C
Hi!
It depends on how close you have paraphrased it. If your "common knowledge" is very closely related to the resource, it would be considered plagiarism.
Answer:
temperature = int(float(input("Enter temperature: ")))
fever = 0
if temperature > 98.6:
fever +=1
else:
fever = 0
print(fever)
Explanation: