Question 7 Write two functions, the first called write_file, and the second called read_file. The first function should write out a file called data.txt. The content of this file is a space separated sequence of numbers arranged in three columns. The first column is an integer, the second the square root of that integer (a float), and the third the square of that integer (another integer). Ensure each new set of numbers appears on a separate line, and that the last line printed includes a new line character at the end. Create the file using the set of integers 0, 1, 2, 3 ... 9. The second function should take one argument, the file to be read, and extract the printed data to display. Each of the numbers contained in the first file should be extracted and printed in with a single space between each number. The printed lines should look like 000 111 2 1.414... 4 and so on. There should be no blank lines between the successive printouts. The function read file should return 3 lists of numbers, one for each column of data.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
Question 7
Write two functions, the first called write_file, and the second called read_file.
The first function should write out a file called data.txt. The content of this file is a space
separated sequence of numbers arranged in three columns. The first column is an integer, the
second the square root of that integer (a float), and the third the square of that integer (another
integer). Ensure each new set of numbers appears on a separate line, and that the last line
printed includes a new line character at the end. Create the file using the set of integers 0, 1, 2,
3 ... 9.
The second function should take one argument, the file to be read, and extract the printed data
to display. Each of the numbers contained in the first file should be extracted and printed in with
a single space between each number. The printed lines should look like
000
111
2 1.414... 4
and so on. There should be no blank lines between the successive printouts.
The function read file should return lists of numbers, one for each column of data.
Transcribed Image Text:Question 7 Write two functions, the first called write_file, and the second called read_file. The first function should write out a file called data.txt. The content of this file is a space separated sequence of numbers arranged in three columns. The first column is an integer, the second the square root of that integer (a float), and the third the square of that integer (another integer). Ensure each new set of numbers appears on a separate line, and that the last line printed includes a new line character at the end. Create the file using the set of integers 0, 1, 2, 3 ... 9. The second function should take one argument, the file to be read, and extract the printed data to display. Each of the numbers contained in the first file should be extracted and printed in with a single space between each number. The printed lines should look like 000 111 2 1.414... 4 and so on. There should be no blank lines between the successive printouts. The function read file should return lists of numbers, one for each column of data.
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Follow-up Questions
Read through expert solutions to related follow-up questions below.
Follow-up Question

Can you send the images of the codes in a program with the in-put and out-put of the codes?

Solution
Bartleby Expert
SEE SOLUTION
Knowledge Booster
File Input and Output Operations
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
Recommended textbooks for you
Database System Concepts
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)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education