文件名称:pytexexam:一个简单的python包,用于在python中创建乳胶考试
文件大小:528KB
文件格式:ZIP
更新时间:2024-02-25 08:54:16
python education latex exam LaTeXPython
吡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