From the course: Managing Python Projects

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Challenge: Slowmath project

Challenge: Slowmath project - Python Tutorial

From the course: Managing Python Projects

Start my 1-month free trial

Challenge: Slowmath project

(upbeat music) - [Instructor] In the challenge directory, you'll find a file called code.py that has two functions, add and sub. You need to create a slowmath package that provides these functions. Create a project structure for it. Don't worry about tests. Just create an empty test file.

Contents