Change note

This commit is contained in:
PinkR1ver 2024-03-13 16:00:43 +08:00
parent ff99c749e3
commit d18add15cc
2 changed files with 13 additions and 7 deletions

View File

@ -4,13 +4,19 @@ tags:
- basic
- coding-language
- MOC
date: 2024-03-07
date: 2024-03-13
---
# Python
* [Why python doesn't need pointer?](computer_sci/coding_knowledge/python/python_doesnt_need_pointer.md)
* [Underline in python](computer_sci/coding_knowledge/python/underline_in_python.md)
* [Python Decorator](computer_sci/coding_knowledge/python/python_decorator.md)
* [Assert in Python](computer_sci/coding_knowledge/python/assert_in_python.md)
# HTML
* [HTML Double Curly Braces](computer_sci/coding_knowledge/web/html_double_curly_braces.md)
# C