On Thu, 08 May 2008 04:17:01 -0700, s0suk3 wrote:

> Are you a newbie to Python, or to programming in general? I'll assume
> you are a newbie to programming in general because of that last
> question you asked. Things in Python are easier than in almost any
> other programming language. Here are three Hello World programs:

Counterexamples for quite short "greetings" in other programming languages:

(Free)BASIC::

  Print "Hello World!"

OCaml::

  print_string "Hello World!" ;;

Io::

  "Hello World!" linePrint

Haskell::

  main = putStrLn "Hello World!"

Ciao,
        Marc 'BlackJack' Rintsch
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to