Add README.md
This commit is contained in:
11
pi/README.md
Normal file
11
pi/README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# How to get decimal of pi
|
||||
python3 -m venv .venv
|
||||
|
||||
source .venv/bin/activate
|
||||
|
||||
pip3 install -r requirements
|
||||
|
||||
python3 pi.py
|
||||
How many decimal of pi you want ?
|
||||
100
|
||||
|
||||
Reference in New Issue
Block a user