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
8.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
7.5k points

Related questions

1 answer
3 votes
139k views
asked Jan 19, 2024 184k views
Kyrill asked Jan 19, 2024
by Kyrill
8.0k points
1 answer
3 votes
184k views