Find expert answers and community-driven knowledge on IDNLearn.com. Ask your questions and receive comprehensive, trustworthy responses from our dedicated team of experts.

Consider following code:
print(“Kendriya”)
print(“Vidyalaya”)
its current output is :
Kendriya
Vidyalaya
Modify only one line of the above code to print “Kendriya Vidyalaya” in same line.