Task_List1 = ['Plan the meeting', 'Revise the document', 'Test the system']
Task_List2 = ['Test the system', 'implement functionts', 'fix bugs']
def join_list():
Final_TaskList = Task_List1 + Task_List2
print(Final_TaskList)
join_list()
Task_List1 = ['Plan the meeting', 'Revise the document', 'Test the system']
Task_List2 = ['Test the system', 'implement functionts', 'fix bugs']
def join_list():
Final_TaskList = Task_List1 + Task_List2
print(Final_TaskList)
join_list()
Olá! Como vai?
Parabéns pela resolução das atividades!
E para compartilhar códigos de maneira ainda mais organizada aqui no fórum, você pode utilizar a opção abaixo:
Após clicar, irá aparecer uma estrutura da seguinte maneira:

O resultado será o seguinte:
Copie o seu código aqui
Fico à disposição! E se precisar, conte sempre com o apoio do fórum.
Abraço e bons estudos!