codeedupython

Python Lessons

Lesson 1:

the print() function is the most basic output of all python, to use this function all you need to do is put a string(like this: "hi" , this is a string) inside the part of print with these: () an example would be print("Hello World")
Try it! </html>