Non standard shortcuts in python

前端 未结 0 1057
耶瑟儿~
耶瑟儿~ 2020-12-03 00:44

I\'ve used sqlite3 in python in which execute() creates ambiguity. When I use

import sqlite3 as s
A=s.connect(\'a\')
A.execute(\'command to be executed\')
hel         


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