Computer Science, asked by harsh888879, 5 months ago

Find the operator which cannot be used with a string in Python from

the following:

(a) + (b) in (c) * (d) //​

Answers

Answered by Reeyan777
0

Answer:1. What will be the output of the following Python statement?

>>>"a"+"bc"

Answer: d

Explanation: + operator is concatenation operator

Explanation:

Similar questions