Happy 2014!
open terminal, run python and copy/paste:
[code autolinks=”false” collapse=”false” firstline=”1″ gutter=”true” htmlscript=”false” light=”false” padlinenumbers=”false” smarttabs=”true” tabsize=”4″ toolbar=”false”]print "Happy " + str(sum(map(ord,’Happy new year to you!’))) + "!"[/code]
have a good year.
2015 version:
[code autolinks=”false” collapse=”false” firstline=”1″ gutter=”true” htmlscript=”false” light=”false” padlinenumbers=”false” smarttabs=”true” tabsize=”4″ toolbar=”false”]print "Happy " + str(sum(map(ord,’Happy new year To you!!’))) + "!"[/code]
ref: codegolf
Latest posts by Alberto Pasca (see all)
- iOS – Fake GPS position: how to use and prevent - 15 February 2021
- Candy Crush – Play without limitations - 9 February 2021
- Unity3D – Snap object in editor grid - 3 January 2021