Hi Adrian!
On Thu, 01 Nov 2001, Adrian Petru Dimulescu wrote:
> Poate Python. Am auzit numai lucruri bune despre el... Dar nu stiu sa scriu 
> nici Hello world in Python :)

aaa, e foarte complicat! :)

class HelloWord:
  def __init__(self):
    self.__string='Hello,World!' 
  def sayItBaby(self):
    print self.__string 

hw = HelloWord();
hw.sayItBaby();       

tada!
 
-- teodor
---
Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to 
unsubscribe from this list.

Raspunde prin e-mail lui