how to use the dot lower function

Solutions on MaxInterview for how to use the dot lower function by the best coders in the world

showing results for - "how to use the dot lower function"
Lindsay
17 Oct 2020
1Dif_Level = input("What is your level of difficulty? Hard, Medium or Easy")
2if Dif_Level.lower() == 'hard':
3
4elif Dif_Level.lower() == 'medium':
5
6elif Dif_Level.lower() == 'easy':
7
8
similar questions
dot notation python