cours python : Les Fonctions

Описание к видео cours python : Les Fonctions

cours python : Les Fonctions
Adel BRAHAM : #expert international, Doctorant, Ingénieur #Formateur et #consultant en #injection #plastique, #Extrusion ,#moldflow & Robotics Trainer : #Robots #sepro #wittmann #kuka #Abb (Tel & Whatsapp +216 52016001)
Programmes :
def slm(a):
print('slm ' +a)
slm('adel')

def somme(a,b):
c=a+b
return c

print(somme(1,2))

Комментарии

Информация по комментариям в разработке