Update Header

This commit is contained in:
Satwik Kansal 2017-08-31 01:37:27 +05:30
parent 7628e23b81
commit 74c91f0305
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# What the f*ck Python? 🐍
<h1 align="center"> What the f*ck Python? 🐍 </h1>
<p align="center"> A collection of subtle and tricky Python examples. </p>
[![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.