When a function take an argument my intentions are clear :)
def say_it_loud(word):
print(word + "!")
say_it_loud("GET BETTER")
say_it_loud("KEEP CODING")
say_it_loud("HACKING HOLLYWOOD")
GET BETTER!
KEEP CODING!
HACKING HOLLYWOOD!
When a function take an argument my intentions are clear :)
def say_it_loud(word):
print(word + "!")
say_it_loud("GET BETTER")
say_it_loud("KEEP CODING")
say_it_loud("HACKING HOLLYWOOD")
GET BETTER!
KEEP CODING!
HACKING HOLLYWOOD!
For further actions, you may consider blocking this person and/or reporting abuse
Dhanush -
beretests -
Julia Zhou -
Gustavo Carvalho -
Top comments (0)