Outprint(“Print pugs”)

--Originally published at Python & pugs

One of the most bacis topics for this course, is “#print”, one of the easiest also.

To achieve this, you only to write down on your code something like:
print(“x”)
And then just run it.

Just like in the image below:

print