Python If Statement - W3Schools
www.w3schools.com › python › gloss_python_ifPython supports the usual logical conditions from mathematics: Equals: a == b Not Equals: a != b Less than: a < b Less than or equal to: a <= b Greater than: a > b Greater than or equal to: a >= b These conditions can be used in several ways, most commonly in "if statements" and loops. An "if statement" is written by using the if keyword. Example
Python 2/if-lause – Wikikirjasto
fi.wikibooks.org › wiki › Python_2Tunnus oikein ja salasana väärin. Python 2 . Johdanto: Yleistä - Syntaksi - Operaattorit - Ohjelman luonti. Tietotyypit ja tietorakenteet: Luvut - Merkkijonot - Lista - Monikko (tuple) - Sanakirja - Joukko (set) Ohjausrakenteet. if-lause - while-silmukka - for-silmukka. Muut kielen rakenteet: