🤖 made makeReadme.py fully automated

This commit is contained in:
D-T-666
2020-10-19 17:43:04 +04:00
parent 3ba50015ef
commit 092088f8b1
6 changed files with 177 additions and 187 deletions

View File

@@ -12,3 +12,5 @@ def profitLossPercentFunc(maxCP = 1000, maxSP = 1000):
percent = diff/cP * 100
problem = f"{profitOrLoss} percent when CP = {cP} and SP = {sP} is: "
solution = percent
return problem, solution