Answer:
down below
Explanation:
score = input() # gets student's score input
max = input() # gets max number
percent = (score/max)*100 # multiply by a hundred to get percentage
if percent > 52: # checks if percent is greater than 52
print("well dont you have at least a grade 5")
else # if percent is less than or equal to 52 it will print this instead
print("Unlucky, you need to revise more for the next test.")
THIS PART IS NOT CODE:
make sure you indent/tab the print statements or else you'll get an error
The two different uses or applications of data that is biases in word embeddings and may cause significant ethical harms are:
- Class immobility
- Systemic racism
<h3>What are the
biases in word embedding?</h3>
Word embeddings is known to be made up of a high level bias such as group stereotypes and prejudice.
The two different uses or applications of data that is biases in word embeddings and may cause significant ethical harms are:
Class immobility
Learn more about biases from
brainly.com/question/24491228
#SPJ1
The difference between a calculator and a computer is that when a calculator performs computations it is slower but needs more human assistance - C.
While a computer on the other hand, computes tens of thousands of computations without any human input, all done automatically.