Skip to content

rbouwer/branch_exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

sqrt

A GitHub repository for us to use to practice branching and merging. Developed for use in the UBC DSCI 524 - Collaborative Software Development course.

Usage:

For example, to calculate the square root of 25:

python sqrt.py --n=25
5.0

Dependencies:

  • Python 3 or greater
  • Python pacakges:
    • docopt
    • math

Credits

This example was derived from an example originally developed by Meghan Allen.

About

UBC MDS DSCI 522 Exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages