Dealing with files in Python: a- The blood Glucose fasting reference range is between 4.7-5.6 ; Therefore, you are required to write a python program which is prompting the user to enter the records of sugar diabetes test for 7 days, and write them to the text file. Make sure to keep each record on a separate line in the file. You should also include a screenshot of the code and the output. N.B: Each record will be composed of the sugar reading test result in the morning. You should enter at least 7 records for 7 days. Moreover, the text file should hold your name. Example: b- Write a python program that does the following: 1- Read the lines of the created file YourName.txt using a loop. 4- Count how many reading test will be higher than the reference normal range. 5- Print the records of only the highest reading 6- Include proper screenshots of the code and the output, in addition to the text file. Important Notes: 1- You are not allowed to use Lists. 2- The whole program should include one loop and one If statement. 3- The format of the output should be identical to the given one. 4- The screenshots should also show part of your desktop in addition to the code/output. 5- Copy and paste your code from IDLE to the Answer booklet (don’t put your code as a screenshot) Expected Output:

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

Dealing with files in Python:

a- The blood Glucose fasting reference range is between 4.7-5.6 ; Therefore, you are required to write a python program which is prompting the user to enter the records of sugar diabetes test for 7 days, and write them to the text file. Make sure to keep each record on a separate line in the file. You should also include a screenshot of the code and the output.

N.B: Each record will be composed of the sugar reading test result in the morning.

You should enter at least 7 records for 7 days. Moreover, the text file should hold your name.

Example:

 

b- Write a python program that does the following:

     1- Read the lines of the created file YourName.txt using a loop.

     4- Count how many reading test will be higher than the reference normal range.

     5- Print the records of only the highest reading

     6- Include proper screenshots of the code and the output, in addition to the text file.

 

Important Notes:

1- You are not allowed to use Lists.

2- The whole program should include one loop and one If statement.

3- The format of the output should be identical to the given one.

4- The screenshots should also show part of your desktop in addition to the code/output.

5- Copy and paste your code from IDLE to the Answer booklet (don’t put your code as a screenshot)

Expected Output:

File
6.7
7
5.2
*txt1.txt - Notepad
Edit
View
Transcribed Image Text:File 6.7 7 5.2 *txt1.txt - Notepad Edit View
Reading the content of the file txtl.txt
6.7
7
5.2
Reading from file txt1.txt
Test Reading:
Test Reading:
You have high reading test total : 2
test: 6.7 ++
test: 7.0 ++
Transcribed Image Text:Reading the content of the file txtl.txt 6.7 7 5.2 Reading from file txt1.txt Test Reading: Test Reading: You have high reading test total : 2 test: 6.7 ++ test: 7.0 ++
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
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
  • SEE MORE 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