09 2020 档案

摘要:import turtleturtle.pensize(2)turtle.bgcolor("black")colors=["red","yellow","purple","blue"]for x in range(400): turtle.forward(2*x) turtle.color(colo 阅读全文
posted @ 2020-09-07 11:03 豪邦 阅读(103) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/jobchanceleo/article/details/2211243 长痛短痛,站在十字路口几年了,还是这个逼样,怎么办? https://blog.csdn.net/weixin_39198406/article/details/78290547 h 阅读全文
posted @ 2020-09-04 18:31 豪邦 阅读(340) 评论(0) 推荐(0)
摘要:Codes1 import getpassname1=input("请输入用户名:")pwd=input("请驶入密码:")print(name1)print(pwd) 阅读全文
posted @ 2020-09-03 16:02 豪邦 阅读(138) 评论(0) 推荐(0)