How to Use Print in Python

by kewang532 in Circuits > Software

28 Views, 0 Favorites, 0 Comments

How to Use Print in Python

IMG_0922.jpeg

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

Supplies

IMG_0922.jpeg

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

IMG_0923.jpeg

Insert : print(«Helloworld!»)

Step 2

IMG_0923.jpeg

Press run in the button.

Step 3

IMG_0924.jpeg

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!