BitWise Operators
Thu 06 March 2014A short introduction on Bitwise Operators
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 …
After slogging for nearly a week , just right now I finally solved mario , from pset1. The problem consisted of printing out half-pyramids of a specific height, provided by the user. The output of the problem had to look something like this:-
Height: 8Now take …
## ### #### ##### ###### ####### ######## #########