如果您能看到这个页面,说明 U.M.R Powered Blog 正常运行,毛手毛脚的 U.M.R Powered 也幸运地没有搞砸什么。

U.M.R Powered 会尽量不在这个博客使用 JavaScript,除非 需要渲染数学公式、图表或者流程图。

import os
l1 = ["Play", "with", "snakes"]
print(" ".join(l1))
# prints "Play with snakes"