Computer Science, asked by samuelsvs2312, 3 months ago

Study the following statement:
>>> "a" +"bc"
What will be the output of this statement?
A. abc
B. a bc
C. а
D. a+bc​

Answers

Answered by DeepakUgalePatil
2

Answer:

A. abc

Explanation:

string always concatenation operation perform when + operator is used

brilliant answer make it please.

Similar questions