Blog available for sell
This blog is available for sale. Please 'contact us' if interested.
Advertise with us

Python Multiple Choice Questions
To open a file c:\scores.txt for writing, we use
A. outfile = open("c:\scores.txt", "w")
B. outfile = open("c:\\scores.txt", "w")
C. outfile = open(file = "c:\scores.txt", "w")
D. outfile = open(file = "c:\\scores.txt", "w")
Show Answer




DigitalOcean Referral Badge

© 2022-2023 Python Circle   Contact   Sponsor   Archive   Sitemap