From 74c91f0305bfc8c619ce44a0ac55962c399fc72e Mon Sep 17 00:00:00 2001 From: Satwik Kansal Date: Thu, 31 Aug 2017 01:37:27 +0530 Subject: [PATCH] Update Header --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f340ac9..2ec16e9 100755 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# What the f*ck Python? 🐍 +

What the f*ck Python? 🐍

+

A collection of subtle and tricky Python examples.

[![WTFPL 2.0][license-image]][license-url] -> A collection of subtle and tricky Python examples. Python, being awesome by design high-level and interpreter-based programming language, provides us with many features for the programmer's comfort. But sometimes, the outcomes of your Python code may not seem obvious to a regular user at first sight.