Python Institute PCPP1 - Certified Professional in Python Programming 1 - PCPP-32-101 模擬練習

Analyze the following snippet and select the statement that best describes it.

正解: D
解説: (PassTest メンバーにのみ表示されます)
Which of the following is not a widget property?

正解: C
解説: (PassTest メンバーにのみ表示されます)
Look at the following code snippets and decide which ones follow PEP 8 recommendations for whitespaces in expressions and statements (Select two answers.) A) No whitespace immediately before the opening parenthesis that starts the list of arguments of a function call:

B)
A whitespace immediately before a comma, semicolon, and colon:

C)
No whitespace between a trailing comma and a following closing parenthesis:

D)
A whitespace immediately after the opening parenthesis that starts indexing or slicing:

正解: A,B
解説: (PassTest メンバーにのみ表示されます)
In the JSON processing context, the term serialization:

正解: B
解説: (PassTest メンバーにのみ表示されます)
What is a___traceback___?
(Select two answers )

正解: A,B
Select the true statements about the following invocation:

(Select two answers.)

正解: B,D
解説: (PassTest メンバーにのみ表示されます)
Which of the following will set the button text's font to 12 point italics Anal? (Select two answers)

正解: B,C
解説: (PassTest メンバーにのみ表示されます)
What is true about the invocation of the cget () method?

正解: C
解説: (PassTest メンバーにのみ表示されます)