listing15-8.psp

来自「《Beginning Python--From Novice to Profes」· PSP 代码 · 共 12 行

PSP
12
字号
<%from random import choiceadjectives = ['beautiful', 'cruel']%><html>  <head>    <title>Hello</title>  </head>  <body>  <p>Hello, <%=choice(adjectives)%> world. My name is Mr. Gumby.</p>  </body></html>

⌨️ 快捷键说明

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