print function with newline

print("Kapil Shukla")
print("Gota")
print("Ahmedabad")

print("Kapil Shukla\nGota\nAhmedabad")

Comments