我想检查一个值是否在列表中,无论字母是什么情况,我都需要有效地进行.
这就是我所拥有的:
if val in list:
但我希望它忽略案例
python loops
loops ×1
python ×1