Ramblings about MySQL, Linux, scripting languages like Perl, PHP, Bash, Python... What ever I run into at work or play :)
for line in open("file_name").read().split('\n'): print ' '.join(line[::-1].split()[::-1])
Post a Comment
1 comments:
Post a Comment