目录python查看数据的类型1. 使用 type()2. 使用 isinstance()3. 检查对象的 __class__ 属性4. 使用 dir()总结Python查看数据的类型
I am trying to insert a开发者_开发问答 PDF or doc file as an appendix in my LaTeX file. Do you know how I can do this?Use the pdfpages package.