Change note

This commit is contained in:
PinkR1ver 2024-03-07 15:48:46 +08:00
parent a75e8bcd9b
commit 1024df1652

View File

@ -1,15 +1,16 @@
---
title: About coding language design detail
tags:
- basic
- coding-language
- MOC
date: 2023-09-04
- basic
- coding-language
- MOC
date: 2024-03-07
---
# Python
[Why python doesn't need pointer?](computer_sci/coding_knowledge/python/python_doesnt_need_pointer.md)
* [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)
# C