文章预览
How to write Comments in Python3?
2023年08月22日
291 字
In Python, you can write single-line comments using the hash symbol `#`. Any code after the `#` symbol on that line will be ignored by the Python interpreter. For example: ``` …
阅读全文
浏览
评论