From f8d78b7753d3a3c1e1064f8a10370854da8169f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7oise=20Conil?= <fcodvpt@gmail.com> Date: Thu, 26 Mar 2020 23:37:53 +0100 Subject: [PATCH] Change code to type display --- explore-katacoda-interactive-learning/hello-python/step1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explore-katacoda-interactive-learning/hello-python/step1.md b/explore-katacoda-interactive-learning/hello-python/step1.md index e186583..799ad81 100644 --- a/explore-katacoda-interactive-learning/hello-python/step1.md +++ b/explore-katacoda-interactive-learning/hello-python/step1.md @@ -1,3 +1,3 @@ -Enter the following line in the editor : print("Hello world") +Enter the following line in the editor : <pre>print("Hello world")</pre> Then execute the script `python hello-world.py`{{execute}} -- GitLab