Question: What are they talking about when they're asking for the input string? I am confused. escape.py 5. 1. Challenge 1 # Input from the command

What are they talking about when they're asking for the input string? I am confused.

What are they talking about when they're asking for the input string?

escape.py 5. 1. Challenge 1 # Input from the command line Collapse Escaping import sys hamel = sys . argv [1] name2 = sys . argv [2] 5. 1. Challenge # Your code goes here str='name1\\'s done \ and name2\\'s done' We pass in 2 strings, name1 and name2. You should output another string in the format namel's done and name2's done . with a new line between the two . and where named and name2 are replaced with the input string Important: getting spaces right is really important here. Don't add any extra spaces by mistake. Check It! X LAST RUN on 8/30/2020, 11:44:34 AM Program Output Program Failed for Input: 1 2 Expected Output: 1's done and 2's done Your Program Output: Your output was incorrect. Try again. Type here to search 11:45 8/30/2020

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!