How does Python know you've reached the end of a code statement?
A. You placed a hash-tag (#) at the end of each line
B. You hit the "Enter" key to move to the next line
C. You place an equals sign (=) at the end of each line
D. You place a semicolon (;) at the end of each line
1 answer
B. You hit the "Enter" key to move to the next line