UrbanPro
true

Learn Python Training from the Best Tutors

  • Affordable fees
  • 1-1 or Group class
  • Flexible Timings
  • Verified Tutors

Search in

A program to determine the molecular weight of a hydrocarbon based on the number of Hydrogen,Carbon and Oxygen atoms.

Ashish K Sharma
03/08/2022 0 0

import os
import math

# A program to calculate Molecular Weight of a Hydrocarbon

# These are the atomic weights(grams/mole) of Hydrogen,Carbon and Oxygen
atomicwtH = 1.0079
atomicwtC = 12.011
atomicwtO = 15.994

Hatoms = input("Enter the number of Hydrogen atoms ")
Catoms = input("Enter the number of Carbon atoms ")
Oatoms = input("Enter the number of Oxygen atoms ")
#Before calculating, we change the type of the input to int to avoid incompatibility issues.

atomicwtHmol = int(Hatoms)* atomicwtH
atomicwtCmol = int(Catoms)* atomicwtC
atomicwtOmol = int(Oatoms)* atomicwtO

totalmolwt = atomicwtHmol+atomicwtCmol+atomicwtOmol

print("Molecular Weight = "+str(totalmolwt)+" gms/Mole")

 

                                                       OUTPUT.

Enter the number of Hydrogen atoms 15
Enter the number of Carbon atoms 5
Enter the number of Oxygen atoms 8
Molecular Weight = 203.1255 gms/Mole

0 Dislike
Follow 1

Please Enter a comment

Submit

Other Lessons for You

Built-In Functions (Python)
Built-in Functions: The Python interpreter has a number of functions built into it that are always available. They are listed here in alphabetical order. Built-in Functions abs() divmod() input() open() staticmethod() all() enumerate() int() ord() str() any() eval() isinstance() pow() sum() basestring() execfile() issubclass() print() super() bin() file() iter() property() tuple() bool() filter() len() range() type() bytearray() float() list() raw_input() unichr() callable() format() locals() reduce() unicode() chr() frozenset() long() reload() vars() classmethod() getattr() map() repr() xrange() cmp() globals() max() reversed() zip() compile() hasattr() memoryview() round() __import__() complex() hash() min() set() ...


What is the difference between PHP and PYTHON
Let's start with PHP: - Ideal for standard web development- Easy integration with MySQL- $_GET and $_POST built into the language- C-Esque syntax Primarily used on an Apache server (Routinely, you...

Python : functional programming characteristics
Functions are first class (objects). That is, everything you can do with "data" can be done with functions themselves (such as passing a function to another function). Recursion is used as a primary...

10 Best Python IDEs
Python is a very popular programming language. It's open source and used today as scripting language, web development, mobile and desktop in many areas thanks to the endless modules options it has While...
X

Looking for Python Training Classes?

The best tutors for Python Training Classes are on UrbanPro

  • Select the best Tutor
  • Book & Attend a Free Demo
  • Pay and start Learning

Learn Python Training with the Best Tutors

The best Tutors for Python Training Classes are on UrbanPro

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more