LinkedIn Python Skill Assessment Quiz Answers

Which mode is not a valid way to access a file from within a Python script?

Latest Update on 25th January, 2022 by Certification Course Answers

Which mode is not a valid way to access a file from within a Python script?

  1.  write(‘w’)
  2.  scan(‘s’)
  3.  append(‘a’)
  4.  read(‘r’)

Correct Answer:

  •  append(‘a’)

Latest Updates

No posts found in this category.