def function():
    print("a")
    if True:
        print('b')
