Perceptron Multicouche Scratch Python

def func1():
    print 'Working'

def func2():
    print 'Working'

func1()
func2()
Outrageous Oystercatcher