Why doesn’t Python have multiline comments?
I doubt you’ll get a better answer than, “Guido didn’t feel the need for multi-line comments”. Guido has tweeted about this: Python tip: You can use multi-line strings as multi-line comments. Unless used as docstrings, they generate no code! 🙂