
Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
expand_more
expand_more
format_list_bulleted
Question
in Python, create a simple program that asks the user for a list of items and save the list to a text file. Then, create a program to output the list.
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 4 steps with 3 images

Follow-up Questions
Read through expert solutions to related follow-up questions below.
Follow-up Question
Can this be done in Python? I can barely read the writing.
Solution
by Bartleby Expert
Follow-up Questions
Read through expert solutions to related follow-up questions below.
Follow-up Question
Can this be done in Python? I can barely read the writing.
Solution
by Bartleby Expert
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Similar questions
- Below this question is a generated text representing a DNA sequence. The first line starts with '>' and is a comment, and the lines after that hold the sequence. The sequence has letters 'A', 'C', 'T', and 'G'. In your program (written in python) for this question, read the sequence using the statements: f = open('kdpF.txt') # opens a file for reading line = f.readline() # reads a single line print(line) seq = ''for line in f : # reading the rest of the lines seq = seq + lineseq = seq.replace('\n', '') # removing the newline characters seq = seq.upper() print(seq) def gcContent(sequence) : # You do the rest pass Also write a function gcContent(sequence), which returns the percent of the sequence which is either 'G' or 'C'. Use your function on the input sequence and print the results. generated text DNA sequence: >200 bp region of the chromosome of E. coli, containing gene kdpF, shortest…arrow_forwardImplement a program in C++ that does the following: 1. Displays a Menu (using a do..while loop) with choices for user to choose from (similar to the one shown below) MENU 1. Add an Item to the List 2. Delete an Item from the List 3. Display the Whole List 4. Exit Please choose the choice of action by typing the number between (1. To 4.): 2. Reads user's choice from the keyboard, and accordingly gets the needed information from the user to perform the list's main behaviors such as 1) adding an item to the list, 2) deleting an item from the list, 3) displaying the whole list. The list is about student first names (i.e., each item is the first name of a student). 3. The list must display proper messages, for example when the list is full, or when the list is empty, or when the items requested to be deleted is not in the list, etc. 4. The program should stay and run until user chooses the choice to Exit. NOTE: • Must have a top Banner comment with all the info such as your firstname,…arrow_forwardplease explain pythonarrow_forward
- PYTHON. Write a program that displays the first and last words of a sentence input by the user. Assume that the only punctuation is a. The end of the sentences. Make it take another punctuations as wellarrow_forwardIn Javaarrow_forwardA photographer is organizing a photo collection about the national parks in the US and would like to annotate the information about each of the photos into a separate set of files. Write a program that reads the name of a text file containing a list of photo file names. The program then reads the photo file names from the text file, replaces the "_photo.jpg" portion of the file names with "_info.txt", and outputs the modified file names. Assume the unchanged portion of the photo file names contains only letters and numbers, and the text file stores one photo file name per line. If the text file is empty, the program produces no output. Ex: If the input of the program is: ParkPhotos.txtand the contents of ParkPhotos.txt are:…arrow_forward
- In python, A. Make a list of 15 random numbers between 1 and 100. B. To find the sum of the values in the list above, use a loop. "The sum of the numbers was: mySum," with mySum being the sum of the list's values. Thanks!arrow_forwardIn Python, write a program to print numbers from 1000 to 1010 such that only two numbers are printed in one line and both the numbers are separated by a space.arrow_forwardWrite a program that asks the user for a number of integer test scores. It then has the user enter that number of scores and computes the average. Ex: If the input is: 5 95 90 82 88 87 the output is: Your test average is: 88.4 You can assume that the first number is greater than 0. Hint: Use a loop to calculate the sum. When you are done with the loop, calculate the average. pythonarrow_forward
- In Python:arrow_forwardHi, i need help with this program using Java. Write a program that reads the file AdventuresInWonderland.txt one line at a time and prints the count of each of the five vowels followed by a count of the consonants in the file. Coding requirements: Read the text from the file AdventuresInWonderland.txt. Use a single while loop to read the lines of the file. Use a single for loop to iterate over the characters in each line. Use a single switch statement to determine which counter to increment. Notes: The input may contain punctuation and digits as well as letters. Account for both uppercase and lowercase letters. Character.toLowerCase(ch) returns the lowercase character corresponding to ch(char ch). Character.toUpperCase(ch) returns the uppercase character corresponding to ch(char ch). Character.isLetter(ch) returns true when ch is an alphabetic letter Expected output: Vowels found: a: 324 e: 455 i: 251 o: 300 u: 109 Consonants: 2384 Example: If one creates a Scanner as…arrow_forwardPlease write a python program that follows the following criteria: Write a program that asks the user to enter the amount that he or she has budgeted for a month. A loop should then prompt the user to enter each of his or her expenses for the month and keep a running total. When the loop finishes, the program should display the amount that the user is over or under budget. Thanks so much for your help!arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education

Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education

Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON

C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON

Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning

Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education