deptqodans.py

来自「python web programming 部分」· Python 代码 · 共 15 行

PY
15
字号
#
# $Workfile: DeptQodAns.py $ $Revision: 1 $
# $Date: 9/03/01 12:02p $ $Author: Sholden $
#
import Dept


class Page(Dept.Page):

    def Body(self):
        return """%s<B><I>Answer of the Day</I></B><BR><BR>%s<BR><BR>""" % \
                    (self.DeptHeader(), self.qod[3])


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?