hi
just curious , if i have a code like this?

def a():
  def b():
    print "b"
  def c():
    print "c"

how can i call c() ??

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to