Q:

Write a Python program to append a list to the second list

0

Write a Python program to append a list to the second list

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

list1 = [1, 2, 3, 0]
list2 = ['Red', 'Green', 'Black']
final_list = list1 + list2
print(final_list)

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now