Question: So now Eliza can message us. How do we message her back? Computers can read a message from us using the command input. Run the

So now Eliza can message us. How do we message her back? Computers can read a message from us using the command input. Run the program below and enter a message. print("Let's introduce ourselves. ") print("My name is Eliza. What is your name?") input() print("Hello there. ") Let's introduce ourselves. My name is Eliza. What is your name? Traceback (most recent call last): input() KeyboardInterrupt
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
