コード例 #1
0
ファイル: __init__.py プロジェクト: psktam/Simple-Bible-Quiz
def q34():
    return qu.ask_unordered_question(['Reuben', 
                                      'Simeon', 
                                      'Levi', 
                                      'Judah', 
                                      'Zebulun', 
                                      'Issachar', 
                                      'Dan', 
                                      'Gad', 
                                      'Asher', 
                                      'Naphtali', 
                                      'Joseph', 
                                      'Benjamin'], 'List the twelve tribes of Israel.')
コード例 #2
0
ファイル: __init__.py プロジェクト: psktam/Simple-Bible-Quiz
def q59():
    score1, tot1 = qu.ask_word_question('Joseph', 'Which tribe actually gets split into two names?')
    score2, tot2 = qu.ask_unordered_question(['Ephraim', 'Manasseh'], "What are their names?")
    return score1 + score2, tot1 + tot2
コード例 #3
0
ファイル: __init__.py プロジェクト: psktam/Simple-Bible-Quiz
def q58():
    return qu.ask_unordered_question(['Isaac', 
                                      'Great name',
                                      'Great nation',
                                      'land'], 'What are the four promises God gives to Abraham?')
コード例 #4
0
ファイル: __init__.py プロジェクト: psktam/Simple-Bible-Quiz
def q30():
    return qu.ask_unordered_question(['ham', 'shem', 'japheth'], "Who are Noah's sons?")
コード例 #5
0
ファイル: __init__.py プロジェクト: psktam/Simple-Bible-Quiz
def q29():
    return qu.ask_unordered_question(['hagar'], "Who is Ishmael's mother?")
コード例 #6
0
ファイル: __init__.py プロジェクト: psktam/Simple-Bible-Quiz
def q28():
    return qu.ask_unordered_question(['baker', 'cupbearer'], 'Who were the two people in prison with Joseph?')