Skip to content

Example CodeScreen Python assessment that requires the candidate to return the nth element in the Fibonacci sequence.

Notifications You must be signed in to change notification settings

Code-Screen/Python-CodeScreen-Fibonacci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-CodeScreen-Fibonacci

Example CodeScreen Python assessment that requires the candidate to return the nth element in the Fibonacci sequence.

The sequence is assumed to be 0-indexed, with fibonacci(0) returning 0 and fibonacci(1) returning 1.

The file to write this function in is fibonacci.py.

The test cases that are run and are visible to the candidate are located in test_fibonacci.py.

The test cases that are run and are hidden to the candidate are located in test_hidden_fibonacci.py.

About

Example CodeScreen Python assessment that requires the candidate to return the nth element in the Fibonacci sequence.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages