Update physics/ideal_gas_law.py

Updated formatting

Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>
This commit is contained in:
robertjcalistri 2023-08-03 08:12:55 -04:00 committed by GitHub
parent 2beb2071ce
commit a2d6d5b574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):