From 138bddb1e5fd1deb7ed6635f88a822710ff80676 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Sun, 10 Jun 2018 22:17:38 +0000 Subject: [PATCH] update of README.md (not yet finished) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 290b74d..99a7c30 100644 --- a/README.md +++ b/README.md @@ -310,7 +310,7 @@ You: itertools.chain.from_iterable(a) | She: Good. Let's try something harder. | She: What about quicksort implementation? | You: (selecting "quicksort implementation") | stealth: quicksort implementation -You: Let me think about it. | (some big and clumsy lowlevel implementation is shown) +You: Let me think about it. | (some big and clumsy lowlevel implementation shown) You: Well...(starting typing it in) | def sort(array=[12,4,5,6,7,3,1,15]): | less = [] She: (seeing your ugly pascal style) | equal = []