Ad
  • Custom User Avatar

    Great job!

    Just a couple of things, style-wise, that I can see: the return statement isn't required (it'll still output the string), and you can use single quotes for the string as well. The only time you really need double-quotes is if you need to do string interpolation or if there's going to be apostrophes and/or single-quotes in your string.

  • Custom User Avatar

    Probably should say "return" instead of "print" in the description.