175k views
1 vote
What is a string in Python language?

A) An ordered set of characters
B) An ordered set of values
C) A sequence of Booleans
D) A sequence of numbers

User Leecarter
by
4.6k points

1 Answer

3 votes

Answer:

A

Step-by-step explanation:

a string consists of letters and numbers
like "myUsername123" can be a string
now their order is important.
but they are not booleans, and they are not necessarily only numbers, and "values" is too vague
so its A

User Trotter
by
3.9k points