From 069a72ffa600f43f5729628311db97e909c35055 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Fri, 4 Mar 2016 12:38:28 +0100 Subject: [PATCH] added tuple --- p.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/p.tex b/p.tex index c05b10e..ce9f3e8 100644 --- a/p.tex +++ b/p.tex @@ -61,7 +61,9 @@ print(str(i/46) + ' hoi') \mintinline{python}{str} & \mintinline{python} {'hi', "hi", '"', "'", """hi"""}\\ \mintinline{python}{list} & \mintinline{python} - {[], ..., [1, 2, 3], ['a', 42], [[], [1]]} + {[], ..., [1, 2, 3], ['a', 42], [[], [1]]}\\ + \mintinline{python}{tuple} & \mintinline{python} + {(1,), (1,2), (1, 'a', True), ((4, 3), 4)} \end{tabular} \end{block} \begin{block}{operators} -- 2.20.1