From b20a9e710781fd0e0857fcb9de42844a3702d42e Mon Sep 17 00:00:00 2001 From: lctt-bot Date: Fri, 9 Nov 2018 17:00:22 +0000 Subject: [PATCH] Revert "Update 20181004 Functional programming in Python- Immutable data structures.md" This reverts commit 0efecacff3e5c8ae0a82fd2b00aa7e0a6b16f14f. --- ...unctional programming in Python- Immutable data structures.md | 1 - 1 file changed, 1 deletion(-) diff --git a/sources/tech/20181004 Functional programming in Python- Immutable data structures.md b/sources/tech/20181004 Functional programming in Python- Immutable data structures.md index e6050d52f9..b831ff726f 100644 --- a/sources/tech/20181004 Functional programming in Python- Immutable data structures.md +++ b/sources/tech/20181004 Functional programming in Python- Immutable data structures.md @@ -1,4 +1,3 @@ -Translating by Ryze-Borgia Functional programming in Python: Immutable data structures ====== Immutability can help us better understand our code. Here's how to achieve it without sacrificing performance.