Question: some _ variable 1 = sys . argv [ 1 ] some _ variable 2 = sys . argv [ 2 ] When Codio runs
somevariable sysargv
somevariable sysargv
When Codio runs this code, it will send in two values using the argv method of the sys library. I know this is complicated. What is actually going on here is a program running another program. Pretty fascinating right? This is how code is written in industry. Programmers write the testing program BEFORE the actual program. The testing program then runs the actual program to test it Therefore, whatever you do DO NOT CHANGE THIS CODE. If you do your program will never run.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
