"An else statement can be combined with an if statement. An else statement contains the block of code that executes if the conditional expression in the if statement resolves to 0 or a FALSE value.\n" ...
# şimdi ilk koşulumuzu if ile girelim. if yas < 18 and dam[0] == 'h': # eğer koşul doğruysa çalışacak olan işlemi yazıyoruz. input("18 yaş altı ve damsız giremez.") # eğer yukardaki kosulun yanlıs ...
Python, for all its power and popularity, has long lacked a form of flow control found in other languages—a way to take a value and match it elegantly against one of a number of possible conditions.