A Trivial Question

Tayfun Kayhan tayfun92_kayhan at yahoo.com
Wed Sep 28 17:53:59 EDT 2011


I accidentally wrote such a code (below) while trying to write sth else for my application but i am now just wondering much how to run the class Foo, if it is possible. Is not it weird that Python does not give any error when I run it ? Sorry for that it's pretty unimportant question according to the other questions being asked here :D

def trial():
class Foo(object):
def __init__(self):
print("Hello, world!")
trial() # not worked, as expected.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20110928/37d68760/attachment-0001.html>


More information about the Python-list mailing list