fruit = []
fruit[0] = 'apple'
def fruit():
    print('banana')
