Remove all docstrings and return the string

后端 未结 0 1659
陌清茗
陌清茗 2020-12-19 20:38

Remove all docstrings and return the code. Example

Input:
\'\'\'This is module-level docstrings\'\'\'
print(\'remove_docstrings\')

Output:
print(\'remove_doc         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题