摘要: 书p196程序练习题 5.1 def print_grid(width): plus = '+' dash = ' - ' pipe = '|' space = ' ' horizontal_line = plus + (dash * width + plus) * width + '\n' ver 阅读全文
posted @ 2025-04-20 12:47 kk/ 阅读(20) 评论(0) 推荐(0)