Quine program in python

//quine program in python opening the file

print open(__file__).read()

//that will open current file and read whole data from it

Comments

Popular Posts