dimanche 27 avril 2014

Python simple while loop does not end

[unable to retrieve full-text content]

Why is it this very simple while loop does not end when check is entered as zero?



myList = []
checker = 0

checker = input("Please: ")=

while checker != 0:
myList.append(checker)
checker = input("Please: ")





Aucun commentaire:

Enregistrer un commentaire