摘要: #!/usr/bin/env python #-*- coding:utf-8 -*- for x in range(5): for y in range(5): print(x,end="\t") print()#换行的作用 print(" ") for m in range(1,10): for 阅读全文
posted @ 2021-04-21 23:09 614_四爷 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-04-21 22:32 614_四爷 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-04-21 22:07 614_四爷 阅读(36) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-04-21 21:48 614_四爷 阅读(130) 评论(0) 推荐(0) 编辑