Python Function Reuse

后端 未结 0 1014
情歌与酒
情歌与酒 2021-01-22 04:16

I have a function defined as below in my python code:

def insert_source():
    sql = "INSERT INTO public.source (width, height, sha1) " \\
          &qu         


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