Skip to content

Instantly share code, notes, and snippets.

@concHNO3
Created June 13, 2013 08:50
Show Gist options
  • Save concHNO3/5772229 to your computer and use it in GitHub Desktop.
Save concHNO3/5772229 to your computer and use it in GitHub Desktop.
Schuettdichte
probenMasse=input('Probenmasse: ')
probenVolumen=input('Probenvolumen: ')
dichte=probenMasse/float(probenVolumen)
print('Dichte: {}'.format(dichte))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment