Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

We pass in 2 strings, name1 and name2. You should output another string in the format name1's done and name2's done with a new line

We pass in 2 strings, name1 and name2. You should output another string in the format name1's done and name2's done with a new line between the two and where name1 and name2 are replaced with the input string # Input from the command line import sys name1 = sys.argv[1] name2 = sys.argv[2] Expected Output: 1's done and 2's done

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions