HI<div>The class Foo you have defined is local NameSpace for trial functioon, for details <a href="http://docs.python.org/tutorial/classes.html">http://docs.python.org/tutorial/classes.html</a></div><div><br></div><div><div>
def trial():</div><div><span class="Apple-tab-span" style="white-space: pre; ">   </span>class Foo(object):</div><div><span class="Apple-tab-span" style="white-space: pre; ">                </span>def __init__(self):</div><div><span class="Apple-tab-span" style="white-space: pre; ">                       </span>print("Hello, world!")</div>
</div><div>       lacalClass = Foo()</div><div>>>>trial</div><div>"Hello, world!"</div><div><br></div><div>Thanks</div><div>Jitendra</div><br><div class="gmail_quote">On Thu, Sep 29, 2011 at 3:19 AM, Tayfun Kayhan <span dir="ltr"><<a href="mailto:tayfun92_kayhan@yahoo.com">tayfun92_kayhan@yahoo.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div style="color:#000;background-color:#fff;font-family:tahoma, new york, times, serif;font-size:10pt"><div style="font-family:tahoma, 'new york', times, serif;font-size:10pt">
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</div>
<div style="font-family:tahoma, 'new york', times, serif;font-size:10pt"><br></div><div><div><font size="2">def trial():</font></div><div><font size="2"><span style="white-space:pre-wrap">  </span>class Foo(object):</font></div>
<div><font size="2"><span style="white-space:pre-wrap">           </span>def
 __init__(self):</font></div><div><font size="2"><span style="white-space:pre-wrap">                  </span>print("Hello, world!")</font></div><div><span style="font-size:13px">trial() # not worked, as expected.</span><br></div>
</div></div></div><br>--<br>
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
<br></blockquote></div><br>