Ad
  • Default User Avatar

    Got it thanks!

  • Default User Avatar

    Is the statement below correct? I'm a bit confused on how to approach this.
    Since 3 is more than the length of the pattern, so the pattern will repeat right (fib-fib-tri)?

    zozonacci(["fib", "tri"], 3) == [0, 0, 0, 1, 1, 2]

    Thank you in advance!