Nested if's

Patrick Phalen python-list at teleo.net
Fri Oct 15 11:59:42 EDT 1999


[GeoJempty, on Fri, 15 Oct 1999]:
:: if digit > 0:
::   if digit = 5:
::     variable = variable + whatever

    if digit == 5:

*sound of GeoJempty smacking himself on the forehead* :)




More information about the Python-list mailing list