A string can be surrounded by three sets of single quotation marks or by three sets of double quotation marks.
3 Likes
True
Reason — A string literal is a sequence of characters surrounded by single or double or triple double quotes or triple single quotes.
Answered By
2 Likes
The value of the expressions 4/(3*(4 - 2)) and 4/3*(4 - 2) is the same.
The expression 2**2**3 is evaluated as: (2**2)**3.
Variables can be assigned only once.
In Python, a variable is a placeholder for data.