Q&A
Course Intro
Curriculum
1 / 2
Which of the following is the correct way to define a string in Python?
In
Python,
strings
are
enclosed
in
.
double quotes (") or single quotes (' )
curly braces ({}) or square brackets ([])
parentheses (()) or single quotes (' )
slashes (/) or double quotes (")
Previous
Confirm