From 07205ec323ca98d1c23af51e099119954d0fe7a4 Mon Sep 17 00:00:00 2001 From: John R. Lenton Date: Mon, 13 Jan 2014 02:31:00 +0000 Subject: added zip() --- tests/basics/tests/zip.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/basics/tests/zip.py (limited to 'tests/basics') diff --git a/tests/basics/tests/zip.py b/tests/basics/tests/zip.py new file mode 100644 index 000000000..c0109094f --- /dev/null +++ b/tests/basics/tests/zip.py @@ -0,0 +1,2 @@ +print(list(zip())) +print(list(zip([1], {2,3}))) -- cgit v1.2.3