I dont understand why j can have any value other than zero in this:

for i in range(1, 5):

j = 0

while j < i:

print(j, end = " ")

j += 1
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to