From de716244989ee12d2071a6ec7c082639b9d02a62 Mon Sep 17 00:00:00 2001 From: SKairinos Date: Fri, 17 Nov 2023 14:45:10 +0000 Subject: [PATCH] fix: level 36 message --- game/messages.py | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/game/messages.py b/game/messages.py index 1f384151e..1b8675109 100644 --- a/game/messages.py +++ b/game/messages.py @@ -862,15 +862,22 @@ def description_level36(): message = youtube_link("https://www.youtube-nocookie.com/embed/GUUJSRuAyU0", 0) message += ( "" ) return build_description( @@ -2431,7 +2438,10 @@ def hint_level109(): hint_level115, ) = ( lambda: "Which way to turn? This way or that way?", - lambda: build_description(title_level115(), "Try to find the shortest route using Python code only. You are getting really good at this!"), + lambda: build_description( + title_level115(), + "Try to find the shortest route using Python code only. You are getting really good at this!", + ), lambda: "If you are stuck on this one, check that you are using the Python commands accurately. Click the Py Commands button to help you.", )