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() ??
just curious , if i have a code like this?
def a():
def b():
print "b"
def c():
print "c"
how can i call c() ??
Comment