Computer Science, asked by nitintiwari34, 4 months ago

What will be the output of the given core? a= "hello" b= "world" print (a+b+"coder")​

Answers

Answered by vijayghore
3

Answer:

helloworldcoder

Explanation:

helloworldcoder might be the output of given code.

Similar questions