adplus-dvertising
frame-decoration

Question

What is the output of “hello”+1+2+3 ?

a.

hello123

b.

hello

c.

Error

d.

hello6

Posted under Strings in Python Python

Answer: (c).Error

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the output of “hello”+1+2+3 ?
Suma : June 26, 2023

Yes it will be option C but one more question i want to ask that what will ve the output of this program. print("my name is" , first_name)