Multiple Choice
Which statement is true about Python syntax?
A) a code block must begin with a left brace
B) each code statement must end with a semicolon
C) white space is ignored
D) blocks of code are indicated by indentation
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: The keyword while means the same thing
Q3: The keywords True and False are floating
Q4: In Python, a variable containing the value
Q5: The main python module contains the starting
Q6: What symbol is used to insert a
Q8: Strings are mutable objects, which means you
Q9: What keyword is used to make a
Q10: Strings are compared using ASCII ordering.
Q11: Select the answer that should be used
Q12: To create an end-of-line comment, which symbol