Compare commits
No commits in common. "b2304cae68a278d0de2c24b225fd86b67311d99c" and "046a03af5f543351bd9032a213b80e7b256c3e2f" have entirely different histories.
b2304cae68
...
046a03af5f
@ -1,5 +0,0 @@
|
|||||||
# https://www.codewars.com/kata/5b609ebc8f47bd595e000627/
|
|
||||||
|
|
||||||
|
|
||||||
def solution(arr_val, arr_unit):
|
|
||||||
pass
|
|
||||||
@ -1,6 +0,0 @@
|
|||||||
from src.codewars.kata_force_of_gravity import solution
|
|
||||||
|
|
||||||
def basic_test_cases():
|
|
||||||
assert solution([1000, 1000, 100], ["g", "kg", "m"]) == 6.67e-12
|
|
||||||
assert solution([1000, 1000, 100], ["kg", "kg", "m"]) == 6.667e-9
|
|
||||||
assert solution([1000, 1000, 100], ["kg", "kg", "cm"]) == 0.0000667
|
|
||||||
Loading…
x
Reference in New Issue
Block a user