<aside>
💡 Use this template to create guidelines for all of the engineers on your team. Add a table of contents by typing /table of
and pressing enter
.
</aside>
https://www.youtube.com/watch?v=O9VngcobHhk
print("Hello World")
Output:
Hello World
print function will change the line after printing the string provided in double quotes.
For example:
print("Hello")
print("World")
Output:
Hello
World
You can do the same with new line character \\n