id/email
password
forgot password | create account
about | help | code help+videos | done | prefs
CodingBat code practice

 

dsawyer@methacton.org python_strings > check
prev  |  next  |  chance

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)

def check( s1, s2 ):

Editor font size %:
Shorter output


Forget It! -- delete my code for this problem

Progress graphs:
 Your progress graph for this problem
 Random user progress graph for this problem
 Random Epic Progress Graph

Python Help

Difficulty: 100

Copyright Nick Parlante 2017 - privacy