isim = "Gencatsız" if isim == "Gencatsız": print "İsim gencatsız" elif isim == "Onur": print "İsim onur" else: print "İsim bulunamadı"