6 lines
102 B
Python
6 lines
102 B
Python
# https://www.codewars.com/kata/5b609ebc8f47bd595e000627/
|
|
|
|
|
|
def solution(arr_val, arr_unit):
|
|
pass
|