Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinAsdz authored Jun 11, 2024
1 parent f59eed0 commit d008910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02_Prime/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ print(f'小于等于{limit}的质数: {prime_numbers}')

## 8. 总结

在这一讲中,我们学习了质数的基础知识,包括定义、性质以及寻找质数的方法。质数在数学和密码学中都有着重要的应用,为我们理解零知识证明奠定了基础。
在这一讲中,我们学习了质数的基础知识,包括定义、性质以及寻找质数的方法,以及质因式分解、最小公倍数和最大公约数的简单介绍。质数在数学和密码学中都有着重要的应用,为我们理解零知识证明奠定了基础。

0 comments on commit d008910

Please sign in to comment.