Python Return -1

def return_negative_one():
	return -1
Leo