Computer Science, asked by israel3, 5 months ago

which of the following is not a Python legal string operation? (1)

(a)‟abc‟+‟abc‟ (b) „abc‟*3 (c)‟abc‟ + 3 (d)‟abc‟.lower()​

Answers

Answered by priyanshKumar6654
1

Explanation:

(a)= "abc+"abc"

please mark me as brainleist

Answered by jai696
1

\huge\red{\mid{\fbox{\tt{ANSWER}}\mid}}

"abc" + 3 is not a legal string operation in python.

\huge\blue{\mid{\fbox{\tt{Explanation}}\mid}}

String and integer cannot be concatenated in python.

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions