2019年4月9日

乘法口诀表

摘要: a=0b=0while a<9 : a+=1 b=1 while b<=a: print(a,end="") print(end="*"+str(b)) c=a*b print("=",c,end=" ") b+=1 print() 阅读全文

posted @ 2019-04-09 15:50 男孩别哭。大白 阅读(136) 评论(0) 推荐(0)

qq登录界面

摘要: print("欢迎使用qq")name=int(input("请登录qq用户名"))code=int(input("请登录qq密码"))information=(name,code)print(name,code)real_name=369529101real_code=int(199667)rea 阅读全文

posted @ 2019-04-09 15:49 男孩别哭。大白 阅读(206) 评论(0) 推荐(0)

导航