弄不懂!能不能逐行分析下?跪谢!

def draw_hor_separator():

            line = '+' + ('+------' * self.width + '+')[1:]

            separator = defaultdict(lambda: line)

            if not hasattr(draw_hor_separator, "counter"):

                draw_hor_separator.counter = 0

            cast(separator[draw_hor_separator.counter])

            draw_hor_separator.counter += 1


潇洒的白杨树
浏览 1472回答 1
1回答

angie

先不说没有上下文,你这个代码就是错的
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Python