mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-25 10:28:39 +00:00
Update physics/ideal_gas_law.py
Updated formatting Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>
This commit is contained in:
parent
2beb2071ce
commit
a2d6d5b574
@ -57,7 +57,7 @@ def temperature_of_gas_system(moles: float, volume: float, pressure: float) -> f
|
|||||||
"""
|
"""
|
||||||
>>> temperature_of_gas_system(2, 100, 5)
|
>>> temperature_of_gas_system(2, 100, 5)
|
||||||
30.068090996146232
|
30.068090996146232
|
||||||
>>> temperature_of_gas_system(11,5009,1000)
|
>>> temperature_of_gas_system(11, 5009, 1000)
|
||||||
54767.66101807144
|
54767.66101807144
|
||||||
>>> temperature_of_gas_system(3, -0.46, 23.5)
|
>>> temperature_of_gas_system(3, -0.46, 23.5)
|
||||||
Traceback (most recent call last):
|
Traceback (most recent call last):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user