25-07-15 - Today I Learned...
When you want do reduce the amount of digits after the dot in a decimal value we can use the round(val,amountDigits)
function.
When you want do reduce the amount of digits after the dot in a decimal value we can use the round(val,amountDigits)
function.
Today I learned again how to set the right path for your python version.
Find the Python installation path.
Add the Path to Windows:
Win+R
and sysdm.cpl
to open the system window.Also add the path to the Scripts folder in the python folder.
Restart terminal