1. 首页
  2. 数据库
  3. 其它
  4. pytexexam:一个简单的python包用于在python中创建乳胶考试 源码

pytexexam:一个简单的python包用于在python中创建乳胶考试 源码

上传者: 2021-02-06 17:01:17上传 ZIP文件 528.21KB 热度 25次
吡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
用户评论