Skip to content

cantis/FizzBuzzPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README FizzBuzzPython

My try at the fizzbuzz code kata challenge.

The problem definition: https://leetcode.com/problems/fizz-buzz/description/

Setup:

If you are just getting into python set your virtual environment:

Note: This is powershell on Windows not bash.

# Create a virtual environment
PS > python -m venv .venv

# Activate the virtual environment
PS > .venv\scripts\activate

# Install the dependencies
(.venv) PS > pip install -r requirements.txt

# Run the app
(.venv) PS > python app.py

# Run the tests
(.venv) PS > pytest

About

My try at FizzBuzz in Python.

Topics

Resources

License

Stars

Watchers

Forks

Languages