
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN: 9780133594140
Author: James Kurose, Keith Ross
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Question
Need help with this:
Create a Python Script that executes from the command line. It should take the initials and nickname of a name as arguments and give the output as shown in Figure 1.6.
- Go to your main.py file and import the sys built-in python module.
- Use two print statements to print Initials: and Nickname:. Also, use these print statements to print 20 dashes (-) as borders above and below the initials and nickname.
- Two parameters should be passed with the script: one for the initials and the second for the nickname.
- Run the script with the python3 main.py command and pass two string arguments.

Transcribed Image Text:>_ Terminal
X +
workspace $ python3 main.py MR Matt
Initials: MR
Nickname: Matt
workspace $
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution
Trending nowThis is a popular solution!
Step by stepSolved in 3 steps with 1 images

Knowledge Booster
Similar questions
- Use the text prompt below and store it in a variable (use triple quotes at the start and at the end. Replace the blanks with placeholders (variables) that you will replace with user input. Finally, ask the user one-by-one to input the value for these blanks with appropriate word. The Case of the Missing ____________ (Noun) There once was a detective named ___________ (Noun). One day, the detective's neighbor knocked on the door. "I am so ___________ (adjective), "said the neighbor. "I can't find my ___________ (noun) anywhere. I saw it before I went to club, but later it was gone!" The detective grabbed a pencil and a ___________ (noun) and asked, "Will you describe it?" "Certainly," said the neighbor. "It is ___________ (color), ___________ (adjective), and it never ___________ (verb)." The detective searched ___________(adverb) around every ___________(noun) and behind every ___________ (noun). " ___________! (Exclamation)" said the detective, "I found it! It was right here…arrow_forwardI am writing code for javascript. The code is a histogram using stars (astericks), I need to take user input (using readline.sync) and the out put shows in rows the astericks and the columns are the numbers that where typed in going straight down, at the end after entering the zero to stop the program. It goes from 1-100 for the number that can be entered by the user if they want to quit they must enter 0. I am very confused on the looping system when it comes to arrays and my book doesn't help me very well. My array needs to start at index 0, and add 1 to the index. And I was told to use the max function. I was also told to not over complicate the histogram, the histogram display only involves printing an asterick for the number of times a number is contained in the array. This is what I have at the moment, and I'm still working on it. const readlineSync = require('readline-sync');let arr =[];let num = readlineSync.question("Enter a number between 1 and 100, or enter 0 to exit: ");…arrow_forwardCreate a program on C++ that will enable the user to input first name, middle initial, and last name all in upper cases. with a 22-character limit that also includes spaces in between the names on the ID card. The following conditions/limitations are observed: A. If the first name, second name, middle initial, and last name exceed the character limit, use the first name initial and last name. B. If the last name’s character count is greater than or equal to the character limit, omit the second name and middle initial. Use the first name initial and truncate the last name to fit the character limit. C. The spaces in between the first name, second name, middle initial, and last name should not be included in the input. D. If there is no second name or middle initial, input 0. E. Omit any space in the last name.arrow_forward
- Can you write the code in C++ please?arrow_forwardCan you please break the above code into 3 sections (loan.h, loan.cpp and main.cpp and give me the output please.arrow_forwardCreate a program in Python that asks the user to enter: - The names of 5 students and their corresponding quiz scores - The total of the quizzes will be calculated - The average of the quizzes will be calculated - Print a report of the quizzes which consists of output statements to print: - A comumn heading report (centered) - Student name and quiz column heading - All 5 of the student names and corresponding quizzes in two columns as shown on the next page: - The total of all the quizzes - An average of all the quizzesarrow_forward
- I'm making an app that reads through an input text file and shows the number of alphanumerical characters, punctuation marks, spaces, etc in the text. The problem is I can't figure out how to make it print out the contents of the file. It is only printing the amount of characters in the title of the text.arrow_forwardI need help with this python question.arrow_forwardUse the MSDN website to find questions 1-3 What Event, Property, or Method can be used to make a Textbox disappear? How do you declare a variable of type Double and assign it a value? (Hint: use the C# code example provided in the class information) What Event, Property, or Method from the System.Double structure can be used to convert a string of characters like “25.79123” to a System.Double?arrow_forward
- This program includes a number of int variables: a, b, c, d, e, i, j, and y. Which of these variables could be printed by the first println statement? Which of them could be printed by the second println statement? Which of them could be printed by the third println statement? Which of them could be printed by the fourth println statement? Which of them could be printed by the fifth println statement? Which of them could be printed by the sixth println statement?arrow_forwardDevelop an object-oriented programming (OOP) application to create two clocks that display simultaneously and allow for user input using secure and efficient C++ code.1. Clock12: Time should be displayed in 12-hour format where the clock does not exceed 12:59:59.2. Clock24: Time should be displayed in 24-hour format where the clock does not exceed 23:59:59.3. Both clocks should display on the screen with the current time in the proper format.Any clue where to even start? Title: Clocks FlowchartTop of chart begins: “Clear Screen” “Display time in two formats”. Decision: “Button Pressed?” If “No” to button pressed, then to “Add 1 Second”. Then “Wait 1 second”. Then back to “Clear Screen”. If “Yes” to button pressed, then to “Display Menu”. Then “Read user input”. Then to Decision: “User input = exit?”. If “Yes” to exit, then endpoint: “End program”. If “No” to exit, then Decision: “Add Hour?” If “Yes” to hour, then “Add 1 hour.” Then back to “Clear screen”. If “No”…arrow_forwardRetype the statements, correcting the syntax error in each print statement. print('Predictions are hard.") print(Especially about the future.) user_num = 5 print('user_num is:' user_num) I am completly new to scripting and this class and do not understand this at all please help and explain!arrow_forward
arrow_back_ios
arrow_forward_ios
Recommended textbooks for you
- Computer Networking: A Top-Down Approach (7th Edi...Computer EngineeringISBN:9780133594140Author:James Kurose, Keith RossPublisher:PEARSONComputer Organization and Design MIPS Edition, Fi...Computer EngineeringISBN:9780124077263Author:David A. Patterson, John L. HennessyPublisher:Elsevier ScienceNetwork+ Guide to Networks (MindTap Course List)Computer EngineeringISBN:9781337569330Author:Jill West, Tamara Dean, Jean AndrewsPublisher:Cengage Learning
- Concepts of Database ManagementComputer EngineeringISBN:9781337093422Author:Joy L. Starks, Philip J. Pratt, Mary Z. LastPublisher:Cengage LearningPrelude to ProgrammingComputer EngineeringISBN:9780133750423Author:VENIT, StewartPublisher:Pearson EducationSc Business Data Communications and Networking, T...Computer EngineeringISBN:9781119368830Author:FITZGERALDPublisher:WILEY

Computer Networking: A Top-Down Approach (7th Edi...
Computer Engineering
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:PEARSON

Computer Organization and Design MIPS Edition, Fi...
Computer Engineering
ISBN:9780124077263
Author:David A. Patterson, John L. Hennessy
Publisher:Elsevier Science

Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:9781337569330
Author:Jill West, Tamara Dean, Jean Andrews
Publisher:Cengage Learning

Concepts of Database Management
Computer Engineering
ISBN:9781337093422
Author:Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:Cengage Learning

Prelude to Programming
Computer Engineering
ISBN:9780133750423
Author:VENIT, Stewart
Publisher:Pearson Education

Sc Business Data Communications and Networking, T...
Computer Engineering
ISBN:9781119368830
Author:FITZGERALD
Publisher:WILEY