This is a notebook

def func(n):
    return n+1
func(10)
11