Exemplo n.º 1
0
def main():
    for k in range(10): 
        print f(g(k))
    print A().h(8)
Exemplo n.º 2
0
def test(x):
    if x > 0:
        out = f()
    else:
        out = g()
    out.startswith('foo')  # pass
Exemplo n.º 3
0
def f(x, y):
    return b.g(x, y)
Exemplo n.º 4
0
def main():
    print(g(42))
Exemplo n.º 5
0
def test(x):
    if x > 0:
        out = f()
    else:
        out = g()
    out.startswith('foo') # pass