Skip to content

Commit 19500f0

Browse files
Update Acceleration.py
fixed
1 parent b05f565 commit 19500f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formulas/Acceleration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
print("Accelaration Formula")
2-
print("S = d / t")
2+
print("a = (v-u) / t")
33
initial_velocity = float(input("Initial velocity : "))
44
final_velocity = float(input("Final velocity : "))
55
time = float(input("Time taken: "))

0 commit comments

Comments
 (0)