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:
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:



Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 3 images






