From 2e31feb95e0be3e860e81620d1245dc8ff912082 Mon Sep 17 00:00:00 2001
From: Martin Mares <mj@ucw.cz>
Date: Tue, 24 Nov 2020 11:33:38 +0100
Subject: [PATCH] =?UTF-8?q?Slovn=C3=ADky:=20Porovn=C3=A1v=C3=A1n=C3=AD=20s?=
 =?UTF-8?q?e=20tak=C3=A9=20hod=C3=AD=20uk=C3=A1zat?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 08-slovniky/08-slovniky.tex | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/08-slovniky/08-slovniky.tex b/08-slovniky/08-slovniky.tex
index 21865f8..b65b2d7 100644
--- a/08-slovniky/08-slovniky.tex
+++ b/08-slovniky/08-slovniky.tex
@@ -104,6 +104,12 @@ a - b
 \{'d'\}
 }
 
+\py{%
+a == b  \cmt{(obsahují tytéž prvky?)}
+}{%
+False
+}
+
 \end{frame}
 
 % ----------------------------------------------------------------------
@@ -143,6 +149,12 @@ teploty.get("Peklo", -999)
 -999
 }
 
+\py{%
+teploty == \{\}  \cmt{(mají tytéž klíče i hodnoty k~nim?)}
+}{%
+False
+}
+
 \end{frame}
 
 % ----------------------------------------------------------------------
-- 
GitLab