True | False
|
| | The first line in the body of the "second" function is a comment |
| | The first line in the body in the 'first' function will make a syntax error as you cannot have a string without an assignment inside a function. |
| | "first.__doc__" contains the string "Bernoulli numbers computed as 1**m + 2**m + ... + n**m" |
| | "second.__doc__" contains the string "Bernoulli numbers computed as 1**m + 2**m + ... + n**m" |
| | The first definition has a more standard Python documentation than the second definition |