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

See Answers (1)

Suggested Answer

Answer:AExplanation:a string consists of letters and numberslike "myUsername123" can be a stringnow their order is important.but they are not booleans, and they are not necessarily only numbers, and "values" is too vagueso its A

Related Question in Computers and Technology