Python Institute Certified Associate in Python Programming PCAP-31-03 Question # 27 Topic 3 Discussion

Python Institute Certified Associate in Python Programming PCAP-31-03 Question # 27 Topic 3 Discussion

PCAP-31-03 Exam Topic 3 Question 27 Discussion:
Question #: 27
Topic #: 3

You are going to read just one character from a stream called s. Which statement would you use?


A.

ch = read(s, 1)


B.

ch = s. input(1)


C.

ch = input(s, 1)


D.

ch = s. read(l)


Get Premium PCAP-31-03 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.