Created
December 14, 2020 01:08
-
-
Save cyfinfaza/97f441f5caaa906e0fa9a12edd3148a7 to your computer and use it in GitHub Desktop.
velocity
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import math | |
while True: | |
mass = float(input("Mass: ")) | |
temp = float(input("Temp (C): "))+273 | |
print(str(math.sqrt(temp*2/mass))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment