# Introduction The Fibonacci Sequence is a series of numbers where each number is the sum of the two preceding ones. In this challenge, we are required to write a program that computes and prints the Fibonacci Sequence up to a given input n.
Click the virtual machine below to start practicing