diff --git a/project.py b/project.py index 561a998..41e999b 100644 --- a/project.py +++ b/project.py @@ -2,4 +2,4 @@ def add(a, b): return a + b def letter_in_string(string): - return 'e' in string + return 'a' in string