We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d9a4d9 commit 21eb83dCopy full SHA for 21eb83d
momentum renamed to momentum.py
@@ -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.
+# 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:
+# a. m = 1500, u = 80
+# b. m = 2500, u = 130
+# c. m = 1800, u = 100
+# Given the formula to calculate momentum is 𝑝=𝑚𝑢. Name the Python file as momentum.py.
6
7
8
0 commit comments