Say hello (lab)
Objectives
Instructions
# I call on the method, say_hello, and give it the string "Gabriela"
say_hello("Gabriela")
# The method prints this text to the screen:
Hello Gabriela!Steps
Last updated
# I call on the method, say_hello, and give it the string "Gabriela"
say_hello("Gabriela")
# The method prints this text to the screen:
Hello Gabriela!Last updated