Introduction: How to Use Print in Python

About: I love electronics, coding software and sharing my knowledge with others!

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.

Step 1: What Is « Print »?

Print is how python displays things, or text to the user.

Step 2: Step 1

Insert : print(«Helloworld!»)

Step 3: Step 2

Press run in the button.

Step 4: Step 3

Watch what happens in the output box.

Step 5: 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!