摘要: 5.1 def print_grid(width): plus = '+' dash = ' - ' pipe = '|' space = ' ' horizontal_line = plus + (dash * width + plus) * width + '\n' vertical_line 阅读全文
posted @ 2025-04-20 15:43 鳞* 阅读(31) 评论(0) 推荐(0)