Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Python Institute Exam PCPP-32-101 Topic 1 Question 20 Discussion

Actual exam question for Python Institute's PCPP-32-101 exam
Question #: 20
Topic #: 1
[All PCPP-32-101 Questions]

Which of the following methods allow you to load a configuration using ConfigParser? (Select two answers.)

Show Suggested Answer Hide Answer
Suggested Answer: A, D

ConfigParser is a built-in library in Python that allows you to read and write configuration files. The read method is used to read the configuration file which can be in any of the supported file formats, such as INI, YAML, and JSON. The read_dict method is used to read the configuration from a Python dictionary. The read_conf and read_str options are not valid methods in the ConfigParser module.

Therefore, the correct options to load a configuration using ConfigParser are A. read and D. read_string.


Contribute your Thoughts:

Frankie
9 months ago
I believe read_dict is definitely one of the methods because it allows to parse a dictionary.
upvoted 0 times
...
Jesusita
10 months ago
I'm not sure about read_conf and read_str though. They don't sound right to me.
upvoted 0 times
...
Florinda
10 months ago
I agree with Trina, those methods make sense for loading a configuration.
upvoted 0 times
...
Trina
10 months ago
I think the answers are A) read and B) read_dict.
upvoted 0 times
...

Save Cancel