Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 564 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 564 Bytes

The worst way to calculate π in Python

This project shows what should be avoided when creating Python projects.

There are many bad practises there, can you find (and correct) them all?

Your task is to clone this repository, create a new branch, fix all the issues and bad practises, add file with list of all the changes and explanations why they are wrong. Then create a pull request with your branch, add your teacher as reviewer.

(As this project is full of bad practises please do not use it as an example. It's for educational purposes only.)