# Introduction In this lab, you need to create a program that prompts the user to enter two strings, `text1` and `text2`, and then joins the two strings using the `concat()` method, adding a space between them, and finally prints the resulting joined string.
Click the virtual machine below to start practicing