diff --git a/PITCHME.md b/PITCHME.md
index b178ed34e8de2d1fe4c185ae6d2e300b97f079eb..d658854eb4dd76967a84f7d656f9e4a769dfd818 100644
--- a/PITCHME.md
+++ b/PITCHME.md
@@ -264,28 +264,6 @@ print ('Have a ')
 print ('nice day!') #Bye bye
 ```
 
-+++
-
-```python
-
-'''This is the start of the program '''
-x = 1
-while (x < 6):
-    print() # prints a new line
-    print ("x = " + str(x)) # the , forces printing of the next item
-                            # to be on the same line 
-    x = x + 1
-    y = 1
-    while (y < 6):
-        print ("y = " + str(y),) # the , forces printing on the same line
-        y = y + 1
-        z = 1
-        while (z < 6):
-            print ("z = " + str(z),) # the , forces printing on the same line
-            z = z + 1
-        print() # prints a new line
-```
-
 Note:
 
 - Nincs sorvég jel