赞
踩
import PyPDF2
import pyttsx3
book = open(input("Enter the book name: "), "rb")
pg_no = int(
input(
"Enter the page number from which you want the system to start reading text: "
)
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。