码迷,mamicode.com
首页 > 其他好文 > 详细

a+b

时间:2018-05-23 23:32:23      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:display   put   creat   mys   create   gif   import   color   pwd   

技术分享图片
a=1
b=1
print(a+b)
a=1
b=1
print(a+b)a=1
b=1
print(a+b)a=1
b=1
print(a+b)a=1
b=1
print(a+b)a=1
b=1
print(a+b)a=1
b=1
print(a+b)a=1
b=1
print(a+b)
View Code

a=1

技术分享图片
 1    create table user(
 2        id int primary key auto_increment,
 3        username char(16),
 4        password char(20)
 5    );
 6    insert into user(username,password) values
 7    (egon,123),
 8    (alex,456),
 9    (wxx,456);
10   ‘‘‘
11  
12   import pymysql
13  
14   user=input(‘user>>: ‘).strip()
15 pwd=input(‘password>>: ‘).strip()
View Code

 

a+b

标签:display   put   creat   mys   create   gif   import   color   pwd   

原文地址:https://www.cnblogs.com/FlameLuo/p/9080079.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!