发布时间:2019-09-18 07:27:56编辑:auto阅读(2275)
把字体显示在屏幕的中间
sentence = raw_input("Sentence:") screen_width = 80text_width = len(sentence)box_width = text_width + 6left_margin = (screen_width - box_width) // 2 printprint ' '*left_margin + '+' + '-'*(box_width) + '+'print ' '*(left_margin+2) + '| ' + ' '*text_width + ' |'print ' '*(left_margin+2) + '| ' + sentence + ' |'print ' '*(left_margin+2) + '| ' + ' '*text_width + ' |'print ' '*left_margin + '+' + '-'*(box_width) + '+'
简单地定义了屏幕的宽度,没有去取实际值,后面在更新
上一篇: python 初次使用twisted
下一篇: Python的弱引用
47840
46386
37279
34731
29312
25970
24909
19949
19541
18026
5790°
6411°
5926°
5960°
7063°
5910°
5942°
6437°
6404°
7776°