Ad
  • Default User Avatar

    The Python description is confusing at least because there is no signature following "Write a method called greetingForAllFriends, with this signature:".

    "Array" with a capital "A" also has no meaning in Python as it does in Java.

    Typo: "array of friends name" -> "array of friends' names"

    Generally the grammar of the description could be improved as well.

  • Default User Avatar

    In the Python starter code, getNumber() is missing the ":" after the function declaration.