insert data in python script
DL Neil
PythonList at DancesWithMice.info
Tue Feb 18 14:32:37 EST 2020
On 19/02/20 4:52 AM, alberto wrote:
> Hi,
> I solve it with external file as follows
>
> import preos
> # pass name, Tc, Pc, omega
> methane = preos.Molecule("methane", -82.59 + 273.15, 45.99, 0.011)
> methane.print_params()
>
> thanks to everyone
It is difficult to learn a new programming language, even for
professional programmers - and more-so if English is not one's
native-language. Well done!
Now, if you could tell us how to capture and control methane, perhaps
the world would become a better place...
Ciao!
--
Regards =dn
More information about the Python-list
mailing list