diff --git a/PITCHME.md b/PITCHME.md
index d658854eb4dd76967a84f7d656f9e4a769dfd818..3d7ee2ef109d306a0dd016884171725e5aa77f78 100644
--- a/PITCHME.md
+++ b/PITCHME.md
@@ -506,6 +506,12 @@ print_rectangle(x=10, w=19, h=25)
 
 ### Alap beépített fgv-ek
 
+```python
+dir(__builtins__)
+```
+
++++
+
 - input() Allowing user input
 
 - len() Returns the length of an object
@@ -524,7 +530,7 @@ print_rectangle(x=10, w=19, h=25)
 
 ---
 
-#### While
+### While
 
 +++
 
@@ -578,6 +584,8 @@ Output:
 
 ### Elágazások
 
++++
+
 ```python
 b = False
 x = 3