We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a0ce7 commit 6a06751Copy full SHA for 6a06751
1 file changed
thinkpython/tex-zh/part/chapter05.tex
@@ -634,7 +634,7 @@ \section{术语表}
634
\index{conditional!chained}
635
636
\item [nested conditional 嵌套条件语句:]出现在条件语句中分分支中的条件语句。
637
-\idex{nested conditional 嵌套条件语句}
+\index{nested conditional 嵌套条件语句}
638
\index{conditional!nested}
639
640
\item[recursion 递归:]调用函数自身的过程。
@@ -650,7 +650,8 @@ \section{术语表}
650
651
\section{练习}
652
653
-\begin{费马最后定理}
+\begin{ex}
654
+\index{Fermat's Last Theorem费马最后定理}
655
656
657
费马最后定理这么表述:不存在这样的整数$a$,$b$和$c$使得对于$n$大于2,\[ a^n + b^n = c^n \]。
0 commit comments