In this code it always changes the PlaceHolder to 0 no matter what Month is
set to

Month ="September"

if Month == "January" or "1":
    PlaceHolder = 0
else:
    print("Information Error")
print(PlaceHolder)
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to