# Introduction In this lab, you are required to write a program that generates the first n elements of the Fibonacci Word sequence, where each word is formed by concatenating the two preceding words, and return the sequence as a comma-separated string.
Click the virtual machine below to start practicing