时间:2021-07-01 10:21:17 帮助过:98人阅读
import sqlite3 as db conn = db.connect('mytest.db') cursor = conn.cursor() cursor.execute("create table person(name text,age text,address text)") print("table created")
希望本文所述对大家的Python程序设计有所帮助。
< 上一篇
python中global用法实例分析
下一篇 >
python计算对角线有理函数插值的方法
记住我的登录 忘记密码?
登录
我已阅读用户协议及版权声明
注册