From 7b84fc358907033d69af29e8662073dccab4c4bf Mon Sep 17 00:00:00 2001 From: David Dai Date: Sat, 10 Nov 2018 20:24:00 +0800 Subject: [PATCH] StdioA requesting for translate "Functional programming in Python" --- ...nctional programming in Python- Immutable data structures.md | 2 ++ 1 file changed, 2 insertions(+) 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 b831ff726f..8a90cbed64 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,3 +1,5 @@ +Translating by StdioA + Functional programming in Python: Immutable data structures ====== Immutability can help us better understand our code. Here's how to achieve it without sacrificing performance.