Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Command Line Quiz Open Cygwin (or Mac/Linux command terminal) and complete the following procedures. You will have 45 minutes to complete this quiz. 1) Make

image text in transcribed
Command Line Quiz Open Cygwin (or Mac/Linux command terminal) and complete the following procedures. You will have 45 minutes to complete this quiz. 1) Make a new directory called Python_Quiz. 2) Make a second directory called Python_Program. 3) Within the Python_Program directory, use the embedded nano editor to create your own Python program that uses either a void or value-returning function. The program file should be named (jourfirsthame)_(yourlastname).py 4) Using the python 3 command, runexecute your .py file to make sure that it works correctly. 5) Next move your py file from the Python Prognam directory to the Python_Quiz directory. (After moving this file, there is a particular command that you may want to use to verify that this file is now listed in Python_Quiz). 6) Retest the py file using the python 3 command to make sure that it works correctly in the Python Quiz directory. 7) Use this command history > history.txt. (This command creates a text file of all your conducted procedures). 8) Open history.txt to verify that all of your previously used commands are listed in this text file. In Cygwin, you can use either cygstart history:txt or explorer history: tut to open this file. If you are using a Mac, you can use open history.tut to get the same result. 9) Reopen your (vourfirstname)__yourlastmame), py file in nano and copy the text. 10) Open Notepad (or some relative text editor) and paste your py code (from Step =8 ) into this particular editor and re-save it as (yourfirstname)_(yourlastname) py. 11) Make sure that both your (vourfirstname)__ourlastmame).py and history.txt files are saved to your Desktop or some local folder, and upload both files to Canvas under the Command Line Quiz module

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

Question

List and explain the three dimensions of group types.

Answered: 1 week ago