Test Cases & Chat
Part 1
current
Test 1
input:list1 = [1,2,4], list2 = [1,3,4]
expect:[1,1,2,3,4,4]
Test 2
input:list1 = [], list2 = []
expect:[]
Test 3
input:list1 = [], list2 = [0]
expect:[0]
Part 2
locked
Part 3
locked
Choose your coach
Pick a style and how you want to communicate
then
Loading...
OUTPUT
Run code to see output...
Part 1
current
Test 1
input:list1 = [1,2,4], list2 = [1,3,4]
expect:[1,1,2,3,4,4]
Test 2
input:list1 = [], list2 = []
expect:[]
Test 3
input:list1 = [], list2 = [0]
expect:[0]
Part 2
locked
Part 3
locked
Choose your coach
Pick a style and how you want to communicate
then