list all the imports from the given python code as a string

后端 未结 0 893
南旧
南旧 2020-12-16 00:58

List all the imports from the given python code

Example:

**Input**:
import string
**Output**: [\'string\']

Example2:

           


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