美文网首页
markdown试用

markdown试用

作者: hs_a2d1 | 来源:发表于2018-01-03 21:25 被阅读0次

    这是标题

    第一章

    第二章

    逃之夭夭,灼灼其华。

    第三章

        def prep_score(self):
            rounded_score = int(round(self.stats.score,-1))
            score_str = "{:,}".format(rounded_score)
            self.score_image = self.font.render(score_str,True,self.text_color,self.ai_settings.bg_color)
            self.score_rect = self.score_image.get_rect()
            self.score_rect.right = self.screen_rect.right - 20
            self.score_rect.top = 20
    
    斯里兰卡的茶叶.JPG

    相关文章

      网友评论

          本文标题:markdown试用

          本文链接:https://www.haomeiwen.com/subject/momknxtx.html