You are viewing this question as it will appear in the manual grading interface. Return to the normal view when you are done.

Workspace demo: VS Code (Python)

This is a workspace question that launches a version of VS Code directly in the browser. Use the "Open workspace" button below to open VS Code.

The Fibonacci numbers are 1, 1, 2, 3, 5, 8, ..., where each number is the sum of the two before it. These are numbered $F_1, F_2, \ldots$, and \[ F_n = F_{n-1} + F_{n-2}. \]

In the file fibonacci.py in the VS Code workspace, write a Python function fib that takes a number n and returns the nth Fibonacci number, $F_n$.

Your code snippet should define the following variables:

Name Type Description
fib python function Function to compute the $n^\text{th}$ Fibonacci number
Open workspace

Correct answer

Student view placeholder

In student views this area is used for assessment and score info.
Tools

Staff information

Question

Title:
Workspace demo: VS Code (Python)

Variant

Started at:
2026-08-04 21:50:15 (CDT)
Duration:
0s
Show/Hide answer
{}
History
dec frac
rad deg