Which of the following examples using line breaks and different indentation methods are compliant with PEP 8 recommendations? (Choose two.)
Answer : AC
Look at the following examples of comments and docstrings in Python Select the ones that are useful and compliant with PEP 8 recommendations. (Choose two.)
Answer : BC
Select the true statement related to PEP 257.
Answer : B
Select the true statements related to PEP 8 programming recommendations for code writing. (Choose two.)
Answer : BD
Select the true statements related to PEP 8 naming conventions. (Choose two.)
Answer : AB
Select the true statement about PEP 8 recommendations related to line breaks and binary operators.
Answer : B
Look at the following code snippets and decide which ones follow PEP 8 recommendations for whitespaces in expressions and statements. (Choose two.)
Answer : AC
Which of the following values can be returned by the messagebox.askquestion() method?
Answer : C
What will happen if the main window is too small to fit all its widgets?
Answer : D
What is true about the unbind() method? (Choose two.)
Answer : BD
If purple can be obtained from mixing red and blue, which color codes represent the two ingredients? (Choose two.)
Answer : BC
What is true about the invocation of the cget() method?
Answer : A
Which of the following will set the button text’s font to 12 point italics Arial? (Choose two.)
Answer : BD
What is true about the unbind_all() method? (Choose two.)
Answer : AC
If w is a correctly created main application window, which method would you use to fix both of the main window's dimensions?
Answer : C
Have any questions or issues ? Please dont hesitate to contact us