Created
June 13, 2013 08:49
-
-
Save concHNO3/5772222 to your computer and use it in GitHub Desktop.
Auf35Einstellen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wassergehalt=input('Wassergehalt Probe in %: ') | |
masseProbe=input('Masse der Probe (vor Einstellung) in g: ') | |
wasserMengeZugabe=(masseProbe*((35-wassergehalt)/(float(100-36)))) | |
print('Zuzugebende Wassermenge: {} g'.format(wasserMengeZugabe)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment