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

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

PCAP-31-03 Exam Topic 1 Question 1 Discussion:
Question #: 1
Topic #: 1

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.