From 4726e37646d289db95ad8914ec1c73b7e2b68607 Mon Sep 17 00:00:00 2001 From: geekpi Date: Tue, 19 Jun 2018 08:51:46 +0800 Subject: [PATCH] translating --- sources/tech/20180519 Python Debugging Tips.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sources/tech/20180519 Python Debugging Tips.md b/sources/tech/20180519 Python Debugging Tips.md index 0db53aa810..80e819f52c 100644 --- a/sources/tech/20180519 Python Debugging Tips.md +++ b/sources/tech/20180519 Python Debugging Tips.md @@ -1,3 +1,5 @@ +translating----geekpi + Python Debugging Tips ====== When it comes to debugging, there’s a lot of choices that you can make. It is hard to give generic advice that always works (other than “Have you tried turning it off and back on?”).