nested functions

micklee74 at hotmail.com micklee74 at hotmail.com
Fri Apr 14 07:37:54 EDT 2006


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() ??




More information about the Python-list mailing list