Sometimes in programs, you may not want to create additional variables but instead use the result of the input() function in other functions directly. Let's create a one-line program where we introduce ourselves to our program, and it will introduce itself to us. Fill in the blanks so that the execution of the program may look like this:
Your name: > Alex
Bot name: > Bob
Hello, Alex! I'm Bob!