snehasharma19 snehasharma19 06-06-2024 Computers and Technology Answered 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.