Multiple Choice
Which of the following statements is false?
A) You use blank lines and space characters to make code easier to read.
B) Together, blank lines, space characters and tab characters are known as xe "whitespace"white space.
C) Python ignores all white space.
D) Python allows you to split long code lines in parentheses without using continuation characters.
Correct Answer:

Verified
Correct Answer:
Verified
Q20: Triple-quoted strings are used to create:<br>A) multiline
Q21: Which of the following statements a), b)
Q22: What does the int function attempt to
Q23: Assume x is 3, y is 7.1
Q24: Which of the following statements a), b)
Q26: Which of the following statements is false?<br>A)
Q27: Which of the following statements a), b)
Q28: Which of the following statements is false?<br>A)
Q29: The chained comparison 3 < y <=
Q30: Which of the following statements is false?<br>A)