Skip to content

Instantly share code, notes, and snippets.

@concHNO3
Created June 13, 2013 08:50
Show Gist options
  • Save concHNO3/5772234 to your computer and use it in GitHub Desktop.
Save concHNO3/5772234 to your computer and use it in GitHub Desktop.
Wiedergewinnungsrate
leichtfraktion=input('Leichtfraktion: ')
gesamtfraktion=input('Gesamtfraktion: ')
wiedergewinnungsrate=(leichtfraktion/float(gesamtfraktion)*100)
print('Wiedergewinnungsrate: {} %'.format(wiedergewinnungsrate))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment