文章预览
How to write an empty function in Python - pass…
2023年08月22日
299 字
In Python, you can write an empty function using the `pass` statement. The `pass` statement is a null operation in Python, which means it performs no action. Here's an example of …
阅读全文
浏览
评论