- 1
from random import* n=int(input("saisir le nombre de chiffres de x")) while not(n<=4 and n>0): n=int(input("saisir le nombre
Can someone please explain this to me
2 Antworten
+ 4
Do not paste code into the heading – it gets cut off and nobody can read it.
⭐⭐⭐ Rather put it in a script on playground and link it here ⭐⭐⭐
0
I just didn't get why this code used the two loops