about | help | code help+videos | done | prefs |
check
s1 and s2 are strings. Complete the method so that it returns True if the two strings are equal - even if the letters' case does not match. Otherwise, the function returns false. check('CAT', 'cat') → True check('bees', 'bee') → False check('DinOSauR', 'dInOsAUr') → True ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 100
Copyright Nick Parlante 2017 - privacy