📜  如何使用 dot lower 函数 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:47.046000             🧑  作者: Mango

代码示例1
Dif_Level = input("What is your level of difficulty? Hard, Medium or Easy")
if Dif_Level.lower() == 'hard':

elif Dif_Level.lower() == 'medium':

elif Dif_Level.lower() == 'easy':