103-inputsanita.py

来自「this code is used for edit on os of s60」· Python 代码 · 共 5 行

PY
5
字号
input = " this is, a TEST input!"allowed = "abcdefghijklmnopqrstuvwxyz"print "".join([c for c in input if c in allowed])

⌨️ 快捷键说明

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