<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>

1 | How Print Statement works

https://www.youtube.com/watch?v=O9VngcobHhk

Basic Syntax

Print function

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