python get_len_python – 使用len和get()函数给出错误的统计信息?
我有一些代码要求用户输入26个字符来制作自己的加密代码,如果长度为26个字符且不是字母或预设的encryption_code,则代码会将encryption_code更改为他们输入的内容.import tkinterfrom tkinter import *from tkinter import ttkfrom tkinter.ttk import *encryption_code = 'LFWO...