Newbie to python --- why should i learn !
cokofreedom at gmail.com
cokofreedom at gmail.com
Thu May 8 08:08:23 EDT 2008
C#
using System;
namespace HelloWorld
{
Class HelloWorld
{
static void Main(String[] args)
{
Console.WriteLine("Hello World");
}
}
}
More information about the Python-list
mailing list