exam questions

Exam PCAP-31-03 All Questions

View all questions & answers for the PCAP-31-03 exam

Exam PCAP-31-03 topic 1 question 35 discussion

Actual exam question from Python Institute's PCAP-31-03
Question #: 35
Topic #: 1
[All PCAP-31-03 Questions]

What is the expected output of the following code if the file named zero_length_existing_file is a zero-length file located inside the working directory?

  • A. 2
  • B. -1
  • C. an errno value corresponding to file not found
  • D. 0
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
kostadiv
1 month ago
Selected Answer: A
try: f = open('test.txt','rt') d = f.readline() print(len(d)) f.close() except IOError: print(-1)
upvoted 1 times
kostadiv
1 month ago
miss-clicked, the answer is D:
upvoted 1 times
...
...
eskimolight
9 months ago
I thought it should be -1
upvoted 1 times
...
Dave304409
9 months, 2 weeks ago
Selected Answer: D
is correct
upvoted 2 times
...
DKAT2023
9 months, 3 weeks ago
D is correct
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago