📅  最后修改于: 2022-03-11 14:45:47.046000             🧑  作者: Mango
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':