From 9b59532f7b083526e9041964b8a929f9c1760b12 Mon Sep 17 00:00:00 2001 From: Mikhael Korneev Date: Sat, 3 Oct 2020 20:51:27 +0300 Subject: [PATCH] Bugfix --- koans/about_conditions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koans/about_conditions.py b/koans/about_conditions.py index 9ac952f..0c79ffb 100644 --- a/koans/about_conditions.py +++ b/koans/about_conditions.py @@ -86,5 +86,5 @@ def test_logic(): """ names = ['Вова', 'Леша', 'Лена', 'Света'] name = "Вова" - if __ in __: + if __ in ____: assert True