6 Matching Annotations
  1. Aug 2024
    1. The parent_directory function returns the name of the directory that's located just above the current working directory. Remember that '..' is a relative path alias that means "go up to the parent directory". Fill in the gaps to complete this function.

      The key here is that this does not literally append '..' inside the current directory path. Instead, the '..' still acts as “move up” in the directory hierarchy.

  2. Jun 2024
    1. The colon acts as a separator from the field name, if you had specified one.

      if not following the variable order, you can specify the variable here

  3. Sep 2022
    1. Each vertex of the solid must be a vertex for at least three faces.

      How this was derived? Why it has to be three? because two faces can not form a volume.

  4. Aug 2022