beginner
Combine Strings
Join multiple strings together.
📝 Conteúdo do Prompt
Define two string variables, 'first_part' with the value 'Happy' and 'second_part' with the value 'Birthday'. Use the plus operator to join them with a space in between and print the result.