dabeaz-course/python-mastery

Slide I.II: Block comments in Python

OpenFoam-User opened this issue · 1 comments

In slide I.II it is mentioned:

There are no block comments in Python (e.g., /* ... */).

While triple quotes are technically strings not comments, they could serve the same purpose as block comments? do you think this is worth mentioning?

Thank you