import random from config.quiz import Question from config.option import Option import os import pathlib R_EATING = "I don't like eating anything because I'm a bot obviously!" R_ADVICE = "If I were you, I would go to the internet and type exactly what you wrote there!" R_L01 = "L01" R_L02 = "L02" R_L03 = "L03" R_L04 = "L04" R_L05 = "L05" R_L06 = "L06" R_L07 = "L07" R_L08 = "L08" R_L09 = "L09" R_L10 = "L10" R_L11 = "L11" R_L12 = "L12" R_L13 = "L13" R_L14 = "L14" def unknown(): response = ["Could you please re-phrase that? ", "...", "Sounds about right.", "What does that mean?"][ random.randrange(4)] return response