Skip to content

Commit 21eb83d

Browse files
authored
Update and rename momentum to momentum.py
1 parent 2d9a4d9 commit 21eb83d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

momentum renamed to momentum.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Write a function named momentum() and calculate the momentum of cars before a collision if the mass and velocity of the cars are as follows:
2-
a. m = 1500, u = 80
3-
b. m = 2500, u = 130
4-
c. m = 1800, u = 100
5-
Given the formula to calculate momentum is 𝑝=𝑚𝑢. Name the Python file as momentum.py.
1+
# Write a function named momentum() and calculate the momentum of cars before a collision if the mass and velocity of the cars are as follows:
2+
# a. m = 1500, u = 80
3+
# b. m = 2500, u = 130
4+
# c. m = 1800, u = 100
5+
# Given the formula to calculate momentum is 𝑝=𝑚𝑢. Name the Python file as momentum.py.
66

77

88

0 commit comments

Comments
 (0)