What will be the output of the given core? a= "hello" b= "world" print (a+b+"coder")
Answers
Answered by
3
Answer:
helloworldcoder
Explanation:
helloworldcoder might be the output of given code.
Similar questions