vscode-leetcode icon indicating copy to clipboard operation
vscode-leetcode copied to clipboard

Add "pass" in python/python3 language by default

Open ArminZheng opened this issue 2 years ago • 0 comments

🚀 Feature Proposal

add pass for template

class Solution:
    def findAnagrams(self, s: str, p: str) -> List[int]:
        pass
# @lc code=end

Motivation

Avoid VScode propose Problem "Expected indented block"

ArminZheng avatar Jan 04 '23 05:01 ArminZheng