I am learning Python. Coding is Fun in python. Thing are bit easy around here. lets start with a hello world program, click here.
Simple Input and output
a = raw_input(“input a nonint here: “)
print “a = “, a
Swap
lets me write one very funny code stuff to swap to value in python.
lets do it in C (or [...]
