Solved

A Backslash (\) at the End of a Line of a Python

Question 29

Multiple Choice

A backslash (\) at the end of a line of a Python program is used to


A) cause the line and the following line to be considered one program line
B) cause Python to indent the following line appropriately
C) allow for an open quoted string to be continued on the next line

Correct Answer:

verifed

Verified

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

Related Questions