It Transmits electrical currents. You can use it as an amplifier or switch of currents.
When a formula contains the address of a cell, it is called a c<span>ell reference.
hope this helps!</span>
I think the Iphone is better the Google Pixels. That's just my opinion but some people like google pixels better.
Help each other because if the other sister is older she should have more experience and knowledge
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