This commit is contained in:
2024-09-27 15:19:18 +08:00
parent 0c8ead1f76
commit 4b47e4b898
4 changed files with 1 additions and 2 deletions
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -114,7 +114,7 @@ if __name__ == '__main__':
# x = cal_dv(338.2, 55000, 70000) # x = cal_dv(338.2, 55000, 70000)
# xx = cal_fuel_burned(21000, 400, 1) # xx = cal_fuel_burned(21000, 400, 1)
print(cal_dv(298.7, 12.48, 13.52)) print(cal_dv(298.7, 8.5, 1.5))
x = cal_kinetic_energy(350, 2450, 1, 1) x = cal_kinetic_energy(350, 2450, 1, 1)
# x = cal_kinetic_energy(314.3, 931, 1, 1) # x = cal_kinetic_energy(314.3, 931, 1, 1)
-1
View File
@@ -1 +0,0 @@
print('this is a test111')
View File