SandBox

From Alcugs

Jump to: navigation, search
(to read the spoiler, select it with your mouse or press "Ctrl+A")
This is a hint!

pa

Python
  from alcugs import *   class hello: def __init__(self): self.version=1 print "Initializing class hello" def hello(self,param=None): if param!=None: print "Hello %s" %param else: print "Bye"   a=hello() a.hello() del a  
hello


Seems that is working.--Tes't test' 21:25, 10 Oct 2005 (CEST)
I broke something???
Nope, it was the debug level.

Please, porfa please, I want to see my real ip instead of the reverse proxy one!!!

Now we are on the new webserver vm dedicated only to alcugs..

Personal tools