- 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 Answers
+ 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