Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to use the dot lower function

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':

 
PREVIOUS NEXT
Tagged: #dot #function
ADD COMMENT
Topic
Name
3+1 =