TypeError: not all arguments converted during string formatting (Python)

前端 未结 0 952
深忆病人
深忆病人 2020-12-31 22:00

Function code, in which I got the error:

def create_poll(connection, title, owner, options):
    with connection:
        with connection.cursor() as cursor:
         


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