Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

What will be the output of the following Python statement?
>>>”a”+”bc”

What will be the output of the following Python statement?
>>>”a”+”bc”
a) a
b) bc
c) bca
d) abc

Answer: d
Explanation: + operator is concatenation operator.

Join The Discussion