about | help | code help+videos | done | prefs |
Define a function that when passed a String and a character, returns true if the String contains that character, false otherwise. contains_character('this is fine', 'f') → True contains_character(' this is also fine. .', '.') → True contains_character('', '$') → False ...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: 2 Post-solution available
Copyright Nick Parlante 2017 - privacy