def calculSomme(nb):
	global g
	g = g + nb
	print("g + {} = {}".format(nb,g))