From 5fab4bf6ca62f9cfc0c18e0eb0ec5744d27240b1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bodor=20M=C3=A1t=C3=A9?= <bodor.mate@kszk.bme.hu>
Date: Wed, 27 Mar 2019 23:10:05 +0100
Subject: [PATCH] v0.21

---
 PITCHME.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/PITCHME.md b/PITCHME.md
index d658854..3d7ee2e 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
-- 
GitLab