pytexexam:一个简单的python包用于在python中创建乳胶考试 源码
吡tex 一个用于编写和打印Python考试的简单库。 安装 pip install pytexexam 如何使用 from pytexexam import Question , Exam , LatexExam , latexexamutil # Create questions, answers and solution. question = Question ( "Question 1 ?" ) question . answer_a ( "Answer 1" , True ) question . answer_b ( "Answer 2" ) question . answer
用户评论