Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

IN PYTHON: You will be writing a shell application, it will be on a loop, taking in commands from the user. The command syntax is

image text in transcribed

IN PYTHON: You will be writing a "shell" application, it will be on a loop, taking in commands from the user. The command syntax is as follows The commands you are to implement Command Description Prints all arguments on the same line, with a space between each. Treats all arguments as floating-point numbers, and prints the average. MUST print an error if given invalid arguments Finds the index of argl in arg0. If there are not at least 2 args. print out an error Reads a text file containing 0 or more of commands, treating it exactly as if it was coming in from standard input. echo average etxstz script Example run: (User input is prefixed by [IN]) (Output is prefixed by [OUT]) IN echo Hello, World! OUT] Hello, World! IN averace ape [OUT] ERROR: usage average . . . [INI average 2 1 33 6 [OUT] 3 [OUT] ERROR: usage: strstx [IN atxstx pinecone cone [OUT]4 IN cript introduction. 3cript And, if we have a file, introduction.script containing the following duc on.sCr1 echo This is my introduction!!! echo How cool is this? And our application output... [OUT] This is my introduction!!! [OUT] how cool is this

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

Recommended Textbook for

Relational Database And Transact SQL

Authors: Lucy Scott

1st Edition

1974679985, 978-1974679980

More Books

Students also viewed these Databases questions

Question

Be familiar with the different perspectives of service quality.

Answered: 1 week ago

Question

Describe key customer feedback collection tools.

Answered: 1 week ago

Question

Know what customers expect from the firm when they complain.

Answered: 1 week ago