Merge remote-tracking branch 'origin/master'

This commit is contained in:
stockth
2019-07-24 08:31:24 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="jdk" jdkName="Python 3.7" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="TestRunnerService">
+1 -1
View File
@@ -33,7 +33,7 @@ class Formel:
pass
def _solve_to_d(self):
pass
return i - g - (a**z) * (b**y)* (c**x) / e * f
def _solve_to_e(self):
pass