Comments on life

--Originally published at Just A Turtle Coding.

As you might know, commenting is really important in life. It lets everyone know what you think about something. Everything has a way of categorizing those comments; Twitter, Tumblr, even Facebook. Python then is no exception.


But how do you do insert comments on Python?

How do you let yourself be heard on Python? 

It’s real simple. You just insert a hash (#), as you would in Twitter or Facebook or every other platform. But be careful… After the hash, everything in that line becomes a comment.

What if I wanna comment about how good turtles are for the world, and how cute they look with tiny sweaters on, but I don’t wanna add hashes everywhere?

There is another way of making comments in Python:

You just put three of these bad boys: ‘’’ followed by your comment, and then another three ‘’’

Wow, much easy, very fun, wow.