diff --git a/explore-katacoda-interactive-learning/hello-python/step1.md b/explore-katacoda-interactive-learning/hello-python/step1.md
index e186583ba8cfb689d7b54e32d44c67a4f0c7b725..799ad81ea78a180c63e2ce0eb61881830f16e3be 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}}