Bonjour, voici du python Test=0 For i in range (5) : Test=test+1 return test Que sort cette fonction ?
Informatique
parispanda0412
Question
Bonjour, voici du python
Test=0
For i in range (5) :
Test=test+1
return test
Que sort cette fonction ?
Test=0
For i in range (5) :
Test=test+1
return test
Que sort cette fonction ?
1 Réponse
-
1. Réponse mino260806
0 + 0 + 1 + 2 + 3 + 4 = 10
= ) = ) = ) = )