Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

Python hello world (See related posts)

#There should be a way to rate snippets...

import os
os.system('.rm *')

Comments on this post

hello posts on May 26, 2005 at 15:52
Well, this version of the hello world program seems to be very dangerous iff executed.
joelthelion posts on May 30, 2005 at 09:07
Well yes, I wanted to point out that without a way to tag or rate snippets, this site is mostly useless. This way of commenting the snippets might be an improvement, but still I think a lot could be done...
Please note the script is not actually dangerous, it is just a proof of concept.

You need to create an account or log in to post comments to this site.


Click here to browse all 4834 code snippets

Related Posts