我被cs圈问题困住了如何让Z变成A 下一个字母
x =input() x=x.upper() x=chr(ord(x) + 1) print(x)
我怎样才能把z变成A?
python string
python ×1
string ×1