是否有一种方法可以将一串文本转换为'you'除以外的数字
'you'
y = tuple('you') for k in y: k = ord(k)
只能一次转换一个字符?
python python-3.x
python ×1
python-3.x ×1