147k views
2 votes
Send this as a Python file. Note: this is an example where you have the original file, and are writing to a temp file with the new information. Then, you remove the original file and rename the temp file to the original file name. Don't forget the import os statement.A file exist on the disk named students.txt The file contains several records and each record contains 2 fields :1. The student's name and 2: the student's score for final exam. Write a code that changes Julie Milan's score to 100.

User CherryNerd
by
4.8k points

2 Answers

4 votes

Answer:

You have to do what the file suggests

Step-by-step explanation:

In addition, you can also get classes to learn more about computer science and coding. Here is a link for free lessons.

cognosphere.tech

User Mounarajan
by
4.3k points
1 vote

Answer:

you have to include insted the file the instructions...

Step-by-step explanation:

that is what you need to do (if that is what you are asking)

User Maloney
by
4.1k points