Python listeler (Diziler) Test 1

Soru 09 / 10

Psikolojik testte kullanılan `test_sonuclari = [True, False, True, True, False]` listesi, deneklerin doğru/yanlış cevaplarını göstermektedir. Kaç denek doğru cevap vermiştir?

A) test_sonuclari.count(1)
B) test_sonuclari.sum()
C) test_sonuclari.count(True)
D) test_sonuclari.total()
1 2 3 4 5 6 7 8 9 10
Ana Konuya Dön:
Bu içerik henüz eklenmemiştir.
Geri Dön