Question: 7. Que fait la fonction Python suivante ? def toto (ch): (str) -> str index= len(ch)-1 res= while index >= 0: res res+ch
7. Que fait la fonction Python suivante ? def toto (ch): """ (str) -> str """ index= len(ch)-1 res=" while index >= 0: res res+ch [index] index index-1 return res Rponses possibles (choisisse
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
