How to Use Print in Python

I will be showing you how to use print in python, starting from « Helloworld! ».
Supplies

A python compiler (runner software), you can use any, search up « python compiler » most of them will work.
What Is « Print »?
Print is how python displays things, or text to the user.
Step 1

Insert : print(«Helloworld!»)
Step 2

Press run in the button.
Step 3

Watch what happens in the output box.
Conclusion
In conclusion, you can place anything you want displayed (text) in the brackets, make sure you have « « in both sides, so the compiler knows it’s text. Hope you learned something new today!