Python

Today I programmed for the first time in python and believe me when I say it felt better than an orgasm !!

I mean you dont need to declare variables , to heck with data types and even curly braces , just indent your code.

And the best thing is the language is interpreted which means I can check all the one liner statements in a single carriage return. In fact you dont even need to add the semi colons.

And swapping is like mother of god ! , just a,b = b,a
Shit. Super excited about learning this language !

Comments