Which of these functions or arguments should you include in a with statement if you want Python to open a file called access.txt so that it can be read? Select three answers.

Automate Cybersecurity Tasks with Python | Weekly challenge 4 Quiz | 

Which of these functions or arguments should you include in a with statement if you want Python to open a file called access.txt so that it can be read? Select three answers.

  • “access.txt”
  • open()
  • “r”
  • read()

 

Leave a Comment