Skip to content

Commit e357d56

Browse files
add comment to arithmetic analysis
1 parent e3b01ec commit e357d56

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

physics/rms_speed_of_molecule.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,5 @@ def rms_speed_of_molecule(temperature: float, molar_mass: float) -> float:
4949
molar_mass = 28
5050
vrms = rms_speed_of_molecule(temperature, molar_mass)
5151
print(f"Vrms of Nitrogen gas at 300 K is {vrms} m/s")
52+
53+
#asdasd

0 commit comments

Comments
 (0)