resu=curr.execute('insert into user (username,email,phone,password) values ("刘周星驰","10003@example.com","13512310003","0123456789abcdef0123456789abcdef");')
# resu = curr.execute('select * from user;')
# resu = curr.execute('select username from user where uid like "1%";')