use this:
def say_hello_to(name):
return f"Hello {name}"
How can a computer restart itself? After it's off, how does it tell itself to come back on again? What kind of software is it that can do this?
use this:
def say_hello_to(name):
return f"Hello {name}"