Welcome to Westonci.ca, your one-stop destination for finding answers to all your questions. Join our expert community now! Explore thousands of questions and answers from knowledgeable experts in various fields on our Q&A platform. Join our platform to connect with experts ready to provide precise answers to your questions in different areas.

what is the output of this line of code?
print("hello"+"goodbye")
-"hello"+"goodbye"
-hello + goodbye
-hello goodbye
-hellogoodbye


Sagot :

The first one
“hello” + “goodbye”

Answer:

“hello” + “goodbye”

Explanation: