a) infile = open(“c:\scores.txt”, “r”)
b) infile = open(“c:\\scores.txt”, “r”)
c) infile = open(file = “c:\scores.txt”, “r”)
d) infile = open(file = “c:\\scores.txt”, “r”)
To open a file c:\scores.txt for reading, we use _____________
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
To open a file c:\scores.txt for reading, we use _____________
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!