"function take an argument" (PYTHON3)
francnstein
Posted on April 27, 2020
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!
💖 💪 🙅 🚩
francnstein
Posted on April 27, 2020
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.