Solved

Which of the Following Statements Is False

Question 26

Multiple Choice

Which of the following statements is false?


A) A class definition begins with the keyword class followed by the class's name and a colon (:) . This line is called the class header.
B) The xe "Style Guide for Python Code:class names"Style Guide for Python Code recommends that you begin each word in a multi-word class name with an uppercase letter (e.g., CommissionEmployee) .
C) Every statement in a class's suite is indented.
D) Each class must provide a descriptive xe "docstring:for a class"docstring in the line or lines immediately following the xe "class:header"class header. To view any class's docstring in IPython, type the class name and a question mark, then press Enter.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions